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
.BouncyCastleGpgSignatureVerifier AGpgSignatureVerifier
to verify GPG signatures using BouncyCastle.BouncyCastleGpgSignatureVerifier.VerificationResult BouncyCastleGpgSignatureVerifierFactory AGpgSignatureVerifierFactory
that createsGpgSignatureVerifier
instances that verify GPG signatures using BouncyCastle and that do cache public keys.BouncyCastleGpgSigner GPG Signer using the BouncyCastle library. -
Exception Summary Exception Description BouncyCastleGpgKeyLocator.NoOpenPgpKeyException Thrown if a keybox file exists but doesn't contain an OpenPGP key.