Uses of Class
org.eclipse.jgit.lib.GpgSigner
-
Packages that use GpgSigner Package Description org.eclipse.jgit.gpg.bc.internal org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of GpgSigner in org.eclipse.jgit.gpg.bc.internal
Subclasses of GpgSigner in org.eclipse.jgit.gpg.bc.internal Modifier and Type Class Description class
BouncyCastleGpgSigner
GPG Signer using BouncyCastle library -
Uses of GpgSigner in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return GpgSigner Modifier and Type Method Description static GpgSigner
GpgSigner. getDefault()
Get the default signer, ornull
.Methods in org.eclipse.jgit.lib with parameters of type GpgSigner Modifier and Type Method Description static void
GpgSigner. setDefault(GpgSigner signer)
Set the default signer.
-