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
Methods 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.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.