Package org.pgpainless.decryption_verification.cleartext_signatures
package org.pgpainless.decryption_verification.cleartext_signatures
Classes related to cleartext signature verification.
-
ClassDescriptionUtility class to deal with cleartext-signed messages.Implementation of the
MultiPassStrategy
.Since for verification of cleartext signed messages, we need to read the whole data twice in order to verify signatures, a strategy for how to cache the read data is required.Implementation of theMultiPassStrategy
.