Uses of Interface
org.eclipse.jgit.lib.GpgObjectSigner
-
Packages that use GpgObjectSigner Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.gpg.bc.internal -
-
Uses of GpgObjectSigner in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api declared as GpgObjectSigner Modifier and Type Field Description private GpgObjectSignerTagCommand. gpgSignerMethods in org.eclipse.jgit.api with parameters of type GpgObjectSigner Modifier and Type Method Description TagCommandTagCommand. setGpgSigner(GpgObjectSigner signer)Sets theGpgSignerto 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 GpgObjectSigner Modifier and Type Class Description classBouncyCastleGpgSignerGPG Signer using the BouncyCastle library.
-