Uses of Class
org.eclipse.jgit.lib.GpgSigner
-
Packages that use GpgSigner Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.gpg.bc 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.api
Fields in org.eclipse.jgit.api declared as GpgSigner Modifier and Type Field Description private GpgSignerCommitCommand. gpgSignerMethods in org.eclipse.jgit.api with parameters of type GpgSigner Modifier and Type Method Description CommitCommandCommitCommand. setGpgSigner(GpgSigner signer)Sets theGpgSignerto 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 Modifier and Type Method Description static GpgSignerBouncyCastleGpgSignerFactory. create()Creates a newGpgSigner. -
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 classBouncyCastleGpgSignerGPG Signer using the BouncyCastle library. -
Uses of GpgSigner in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib declared as GpgSigner Modifier and Type Field Description private static GpgSignerGpgSigner. defaultSignerMethods in org.eclipse.jgit.lib that return GpgSigner Modifier and Type Method Description static GpgSignerGpgSigner. getDefault()Get the default signer, ornull.private static GpgSignerGpgSigner. loadGpgSigner()Methods in org.eclipse.jgit.lib with parameters of type GpgSigner Modifier and Type Method Description static voidGpgSigner. setDefault(GpgSigner signer)Set the default signer.
-