Uses of Class
org.eclipse.jgit.api.VerifySignatureCommand
Packages that use VerifySignatureCommand
-
Uses of VerifySignatureCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return VerifySignatureCommandModifier and TypeMethodDescriptionAdd a name of an object (SHA-1, ref name; anything that can beresolved) to the command to have its signature verified.Add names of objects (SHA-1, ref name; anything that can beresolved) to the command to have their signatures verified.VerifySignatureCommand.addNames(Collection<String> names) Add names of objects (SHA-1, ref name; anything that can beresolved) to the command to have their signatures verified.VerifySignatureCommand.setGpgConfig(GpgConfig config) Sets an externalGpgConfigto use.VerifySignatureCommand.setMode(VerifySignatureCommand.VerifyMode mode) Sets the mode of operation for this command.VerifySignatureCommand.setVerifier(GpgSignatureVerifier verifier) Sets theGpgSignatureVerifierto use.Git.verifySignature()Return a command to verify signatures of tags or commits.