Uses of Class
org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgKey
Packages that use BouncyCastleGpgKey
-
Uses of BouncyCastleGpgKey in org.eclipse.jgit.gpg.bc.internal
Methods in org.eclipse.jgit.gpg.bc.internal that return BouncyCastleGpgKeyModifier and TypeMethodDescriptionBouncyCastleGpgKeyLocator.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, Path userKeyboxPath) private BouncyCastleGpgKey
BouncyCastleGpgKeyLocator.loadKeyFromSecring
(Path secring) private BouncyCastleGpgKey
BouncyCastleGpgSigner.locateSigningKey
(String gpgSigningKey, PersonIdent committer, BouncyCastleGpgKeyPassphrasePrompt passphrasePrompt)