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.gpg.bc.internal org.eclipse.jgit.lib Core API for repository, config, refs, object database.org.eclipse.jgit.pgm -
-
Uses of GpgConfig in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api declared as GpgConfig Modifier and Type Field Description private GpgConfigVerifySignatureCommand. configprivate GpgConfigCommitCommand. gpgConfigprivate GpgConfigTagCommand. gpgConfigMethods 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.gpg.bc.internal
Methods in org.eclipse.jgit.gpg.bc.internal with parameters of type GpgConfig Modifier and Type Method Description booleanBouncyCastleGpgSigner. canLocateSigningKey(java.lang.String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider, GpgConfig config)voidBouncyCastleGpgSigner. signObject(ObjectBuilder object, java.lang.String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider, GpgConfig config)GpgSignatureVerifier.SignatureVerificationBouncyCastleGpgSignatureVerifier. verifySignature(RevObject object, GpgConfig config) -
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(java.lang.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, java.lang.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. -
Uses of GpgConfig in org.eclipse.jgit.pgm
Fields in org.eclipse.jgit.pgm declared as GpgConfig Modifier and Type Field Description private GpgConfigLog. config
-