Package org.eclipse.jgit.gpg.bc.internal
-
Class Summary Class Description BCText Externalized text messages for localization.BouncyCastleGpgKey Container which holds aBouncyCastleGpgKey.getSecretKey()
together with thepath it was loaded from
.BouncyCastleGpgKeyLocator Locates GPG keys from either~/.gnupg/private-keys-v1.d
or~/.gnupg/secring.gpg
BouncyCastleGpgKeyPassphrasePrompt Prompts for a passphrase and caches it untilcleared
.BouncyCastleGpgSigner GPG Signer using BouncyCastle library -
Exception Summary Exception Description BouncyCastleGpgKeyLocator.EncryptedPgpKeyException Thrown if we try to read an encrypted private key without password.BouncyCastleGpgKeyLocator.NoOpenPgpKeyException Thrown if a keybox file exists but doesn't contain an OpenPGP key.