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) |