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 GpgConfigVerifySignatureCommand.configprivate GpgConfigCommitCommand.gpgConfigprivate GpgConfigTagCommand.gpgConfigMethods in org.eclipse.jgit.api with parameters of type GpgConfigModifier and TypeMethodDescriptionCommitCommand.setGpgConfig(GpgConfig config) Sets an externalGpgConfigto use.TagCommand.setGpgConfig(GpgConfig config) Sets an externalGpgConfigto use.VerifySignatureCommand.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 GpgConfigModifier and TypeMethodDescriptionbooleanBouncyCastleGpgSigner.canLocateSigningKey(String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider, GpgConfig config) voidBouncyCastleGpgSigner.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 TypeMethodDescriptionbooleanGpgObjectSigner.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.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