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 BouncyCastleGpgKeyBouncyCastleGpgKeyLocator.findSecretKeyForKeyBoxPublicKey(org.bouncycastle.openpgp.PGPPublicKey publicKey, Path userKeyboxPath) private BouncyCastleGpgKeyBouncyCastleGpgKeyLocator.loadKeyFromSecring(Path secring) private BouncyCastleGpgKeyBouncyCastleGpgSigner.locateSigningKey(String gpgSigningKey, PersonIdent committer, BouncyCastleGpgKeyPassphrasePrompt passphrasePrompt)