Uses of Class
org.eclipse.jgit.lib.GpgConfig
Packages that use GpgConfig
Package
Description
High-level API commands (the porcelain of JGit).
Core API for repository, config, refs, object database.
-
Uses of GpgConfig in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api declared as GpgConfigModifier and TypeFieldDescriptionprivate GpgConfig
VerifySignatureCommand.config
private GpgConfig
CommitCommand.gpgConfig
private GpgConfig
TagCommand.gpgConfig
Methods in org.eclipse.jgit.api with parameters of type GpgConfigModifier and TypeMethodDescriptionCommitCommand.setGpgConfig
(GpgConfig config) Sets an externalGpgConfig
to use.TagCommand.setGpgConfig
(GpgConfig config) Sets an externalGpgConfig
to use.VerifySignatureCommand.setGpgConfig
(GpgConfig config) Sets an externalGpgConfig
to use. -
Uses of GpgConfig in org.eclipse.jgit.gpg.bc.internal
Methods in org.eclipse.jgit.gpg.bc.internal with parameters of type GpgConfigModifier and TypeMethodDescriptionboolean
BouncyCastleGpgSigner.canLocateSigningKey
(String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider, GpgConfig config) void
BouncyCastleGpgSigner.signObject
(ObjectBuilder object, String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider, GpgConfig config) BouncyCastleGpgSignatureVerifier.verifySignature
(RevObject object, GpgConfig config) -
Uses of GpgConfig in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib with parameters of type GpgConfigModifier and TypeMethodDescriptionboolean
GpgObjectSigner.canLocateSigningKey
(String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider, GpgConfig config) Indicates if a signing key is available for the specified committer and/or signing key.void
GpgObjectSigner.signObject
(ObjectBuilder object, String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider, GpgConfig config) Signs the specified object.GpgSignatureVerifier.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