Uses of Package
org.pgpainless.decryption_verification.cleartext_signatures
-
Packages that use org.pgpainless.decryption_verification.cleartext_signatures Package Description org.pgpainless.decryption_verification Classes used to decryption and verification of OpenPGP encrypted / signed data.org.pgpainless.decryption_verification.cleartext_signatures Classes related to cleartext signature verification. -
Classes in org.pgpainless.decryption_verification.cleartext_signatures used by org.pgpainless.decryption_verification Class Description MultiPassStrategy Since theCleartextSignatureProcessor
needs to read the whole data twice in order to verify signatures, a strategy for how to cache the read data is required. -
Classes in org.pgpainless.decryption_verification.cleartext_signatures used by org.pgpainless.decryption_verification.cleartext_signatures Class Description CleartextSignatureProcessor Processor for cleartext-signed messages.InMemoryMultiPassStrategy Implementation of theMultiPassStrategy
.MultiPassStrategy Since theCleartextSignatureProcessor
needs to read the whole data twice in order to verify signatures, a strategy for how to cache the read data is required.VerifyCleartextSignatures Interface defining the API for verification of cleartext signed documents.VerifyCleartextSignatures.VerifyWith VerifyCleartextSignaturesImpl.VerifyWithImpl