Class VerifySignatureCommand

java.lang.Object
org.eclipse.jgit.api.GitCommand<Map<String,VerificationResult>>
org.eclipse.jgit.api.VerifySignatureCommand
All Implemented Interfaces:
Callable<Map<String,VerificationResult>>

public class VerifySignatureCommand extends GitCommand<Map<String,VerificationResult>>
A command to verify GPG signatures on tags or commits.
Since:
5.11