Package | Description |
---|---|
org.pgpainless.decryption_verification |
Classes used to decryption and verification of OpenPGP encrypted / signed data.
|
Modifier and Type | Method and Description |
---|---|
DecryptionBuilderInterface.HandleMissingPublicKeys |
DecryptionBuilderInterface.VerifyWith.verifyWith(org.bouncycastle.openpgp.PGPPublicKeyRingCollection publicKeyRings) |
DecryptionBuilderInterface.HandleMissingPublicKeys |
DecryptionBuilderInterface.VerifyWith.verifyWith(Set<OpenPgpV4Fingerprint> trustedFingerprints,
org.bouncycastle.openpgp.PGPPublicKeyRingCollection publicKeyRings) |
DecryptionBuilderInterface.HandleMissingPublicKeys |
DecryptionBuilderInterface.VerifyWith.verifyWith(Set<org.bouncycastle.openpgp.PGPPublicKeyRing> publicKeyRings) |