Uses of Class
org.eclipse.jgit.lib.GpgSigner
Packages that use GpgSigner
Package
Description
High-level API commands (the porcelain of JGit).
Core API for repository, config, refs, object database.
-
Uses of GpgSigner in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api declared as GpgSignerMethods in org.eclipse.jgit.api with parameters of type GpgSignerModifier and TypeMethodDescriptionCommitCommand.setGpgSigner
(GpgSigner signer) Sets theGpgSigner
to use if the commit is to be signed. -
Uses of GpgSigner in org.eclipse.jgit.gpg.bc
Methods in org.eclipse.jgit.gpg.bc that return GpgSigner -
Uses of GpgSigner in org.eclipse.jgit.gpg.bc.internal
Subclasses of GpgSigner in org.eclipse.jgit.gpg.bc.internalModifier and TypeClassDescriptionclass
GPG Signer using the BouncyCastle library. -
Uses of GpgSigner in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib declared as GpgSignerMethods in org.eclipse.jgit.lib that return GpgSignerModifier and TypeMethodDescriptionstatic GpgSigner
GpgSigner.getDefault()
Get the default signer, ornull
.private static GpgSigner
GpgSigner.loadGpgSigner()
Methods in org.eclipse.jgit.lib with parameters of type GpgSignerModifier and TypeMethodDescriptionstatic void
GpgSigner.setDefault
(GpgSigner signer) Set the default signer.