Uses of Interface
org.eclipse.jgit.lib.GpgObjectSigner
Packages that use GpgObjectSigner
Package
Description
High-level API commands (the porcelain of JGit).
-
Uses of GpgObjectSigner in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api declared as GpgObjectSignerMethods in org.eclipse.jgit.api with parameters of type GpgObjectSignerModifier and TypeMethodDescriptionTagCommand.setGpgSigner
(GpgObjectSigner signer) Sets theGpgSigner
to use if the commit is to be signed. -
Uses of GpgObjectSigner in org.eclipse.jgit.gpg.bc.internal
Classes in org.eclipse.jgit.gpg.bc.internal that implement GpgObjectSignerModifier and TypeClassDescriptionclass
GPG Signer using the BouncyCastle library.