Uses of Enum Class
org.eclipse.jgit.lib.GpgConfig.GpgFormat
Packages that use GpgConfig.GpgFormat
-
Uses of GpgConfig.GpgFormat in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return GpgConfig.GpgFormatModifier and TypeMethodDescriptionstatic GpgConfig.GpgFormatSignatureVerifiers.getFormat(byte[] signature) Determines the type of a given signature.GpgConfig.getKeyFormat()Retrieves the config value of gpg.format.SignatureVerifierFactory.getType()Tells what kind ofSignatureVerifierthis factory creates.SignerFactory.getType()Tells what kind ofSignerthis factory creates.static GpgConfig.GpgFormatReturns the enum constant of this class with the specified name.static GpgConfig.GpgFormat[]GpgConfig.GpgFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jgit.lib with parameters of type GpgConfig.GpgFormatModifier and TypeMethodDescriptionstatic SignatureVerifierSignatureVerifiers.get(GpgConfig.GpgFormat format) Retrieves aSignerthat can produce signatures of the given typeformat.static SignerSigners.get(GpgConfig.GpgFormat format) Retrieves aSignerthat can produce signatures of the given typeformat.static voidSignatureVerifiers.set(GpgConfig.GpgFormat format, SignatureVerifier verifier) Sets a specific signature verifier to use for a specific signature type.static voidSigners.set(GpgConfig.GpgFormat format, Signer signer) Sets a specific signer to use for a specific signature type.