Uses of Interface
org.eclipse.jgit.lib.SignatureVerifier
Packages that use SignatureVerifier
-
Uses of SignatureVerifier in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return SignatureVerifierModifier and TypeMethodDescriptionSignatureVerifierFactory.create()Creates a new instance of aSignatureVerifierthat can produce signatures of typeSignatureVerifierFactory.getType().static SignatureVerifierSignatureVerifiers.get(GpgConfig.GpgFormat format) Retrieves aSignerthat can produce signatures of the given typeformat.Methods in org.eclipse.jgit.lib with parameters of type SignatureVerifierModifier and TypeMethodDescriptionstatic voidSignatureVerifiers.set(GpgConfig.GpgFormat format, SignatureVerifier verifier) Sets a specific signature verifier to use for a specific signature type.