Package | Description |
---|---|
org.eclipse.jgit.lib.internal |
Modifier and Type | Method and Description |
---|---|
BouncyCastleGpgKey |
BouncyCastleGpgKeyLocator.findSecretKey()
Use pubring.kbx when available, if not fallback to secring.gpg or secret
key path provided to parse and return secret key
|
private BouncyCastleGpgKey |
BouncyCastleGpgKeyLocator.findSecretKeyForKeyBoxPublicKey(org.bouncycastle.openpgp.PGPPublicKey publicKey,
java.nio.file.Path userKeyboxPath) |
private BouncyCastleGpgKey |
BouncyCastleGpgSigner.locateSigningKey(java.lang.String gpgSigningKey,
PersonIdent committer,
BouncyCastleGpgKeyPassphrasePrompt passphrasePrompt) |