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 BouncyCastleGpgKeyBouncyCastleGpgKeyLocator. 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, java.nio.file.Path userKeyboxPath)private BouncyCastleGpgKeyBouncyCastleGpgKeyLocator. loadKeyFromSecring(java.nio.file.Path secring)private BouncyCastleGpgKeyBouncyCastleGpgSigner. locateSigningKey(java.lang.String gpgSigningKey, PersonIdent committer, BouncyCastleGpgKeyPassphrasePrompt passphrasePrompt)
-