Uses of Class
org.eclipse.jgit.lib.GpgConfig
-
Packages that use GpgConfig Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of GpgConfig in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api with parameters of type GpgConfig Modifier and Type Method Description CommitCommandCommitCommand. setGpgConfig(GpgConfig config)Sets an externalGpgConfigto use.TagCommandTagCommand. setGpgConfig(GpgConfig config)Sets an externalGpgConfigto use.VerifySignatureCommandVerifySignatureCommand. setGpgConfig(GpgConfig config)Sets an externalGpgConfigto use. -
Uses of GpgConfig in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib with parameters of type GpgConfig Modifier and Type Method Description booleanGpgObjectSigner. canLocateSigningKey(String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider, GpgConfig config)Indicates if a signing key is available for the specified committer and/or signing key.voidGpgObjectSigner. signObject(ObjectBuilder object, String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider, GpgConfig config)Signs the specified object.GpgSignatureVerifier.SignatureVerificationGpgSignatureVerifier. verifySignature(RevObject object, GpgConfig config)Verifies the signature on a signed commit or tag.
-