Package org.pgpainless.decryption_verification.cleartext_signatures
Classes related to cleartext signature verification.
-
Interface Summary Interface Description MultiPassStrategy Since theCleartextSignatureProcessorneeds 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 -
Class Summary Class Description ClearsignedMessageUtil Utility class to deal with cleartext-signed messages.CleartextSignatureProcessor Processor for cleartext-signed messages.InMemoryMultiPassStrategy Implementation of theMultiPassStrategy.VerifyCleartextSignaturesImpl WriteToFileMultiPassStrategy Implementation of theMultiPassStrategy.