Uses of Class
org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgKey
-
Packages that use BouncyCastleGpgKey Package Description org.eclipse.jgit.gpg.bc.internal -
-
Uses of BouncyCastleGpgKey in org.eclipse.jgit.gpg.bc.internal
Methods in org.eclipse.jgit.gpg.bc.internal that return BouncyCastleGpgKey Modifier and Type Method Description BouncyCastleGpgKey
BouncyCastleGpgKeyLocator. findSecretKey()
If there is a private key directory containing keys, use pubring.kbx or pubring.gpg to find the public key; then try to find the secret key in the directory.private BouncyCastleGpgKey
BouncyCastleGpgKeyLocator. findSecretKeyForKeyBoxPublicKey(org.bouncycastle.openpgp.PGPPublicKey publicKey, java.nio.file.Path userKeyboxPath)
private BouncyCastleGpgKey
BouncyCastleGpgKeyLocator. loadKeyFromSecring(java.nio.file.Path secring)
private BouncyCastleGpgKey
BouncyCastleGpgSigner. locateSigningKey(java.lang.String gpgSigningKey, PersonIdent committer, BouncyCastleGpgKeyPassphrasePrompt passphrasePrompt)
-