Package | Description |
---|---|
org.pgpainless.decryption_verification |
Classes used to decryption and verification of OpenPGP encrypted / signed data.
|
Modifier and Type | Method and Description |
---|---|
DecryptionStream |
DecryptionBuilderInterface.Build.build() |
static DecryptionStream |
DecryptionStreamFactory.create(InputStream inputStream,
org.bouncycastle.openpgp.PGPSecretKeyRingCollection decryptionKeys,
SecretKeyRingProtector decryptor,
Set<org.bouncycastle.openpgp.PGPPublicKeyRing> verificationKeys,
MissingPublicKeyCallback missingPublicKeyCallback) |