public static interface DecryptionBuilderInterface.VerifyWith
Modifier and Type | Method and Description |
---|---|
DecryptionBuilderInterface.Build |
doNotVerify() |
DecryptionBuilderInterface.HandleMissingPublicKeys |
verifyWith(org.bouncycastle.openpgp.PGPPublicKeyRingCollection publicKeyRings) |
DecryptionBuilderInterface.HandleMissingPublicKeys |
verifyWith(Set<OpenPgpV4Fingerprint> trustedFingerprints,
org.bouncycastle.openpgp.PGPPublicKeyRingCollection publicKeyRings) |
DecryptionBuilderInterface.HandleMissingPublicKeys |
verifyWith(Set<org.bouncycastle.openpgp.PGPPublicKeyRing> publicKeyRings) |
DecryptionBuilderInterface.HandleMissingPublicKeys verifyWith(@Nonnull org.bouncycastle.openpgp.PGPPublicKeyRingCollection publicKeyRings)
DecryptionBuilderInterface.HandleMissingPublicKeys verifyWith(@Nonnull Set<OpenPgpV4Fingerprint> trustedFingerprints, @Nonnull org.bouncycastle.openpgp.PGPPublicKeyRingCollection publicKeyRings)
DecryptionBuilderInterface.HandleMissingPublicKeys verifyWith(@Nonnull Set<org.bouncycastle.openpgp.PGPPublicKeyRing> publicKeyRings)
DecryptionBuilderInterface.Build doNotVerify()