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
Methods 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.
-