Class VerifyCleartextSignaturesImpl.VerifyWithImpl
- java.lang.Object
-
- org.pgpainless.decryption_verification.cleartext_signatures.VerifyCleartextSignaturesImpl.VerifyWithImpl
-
- All Implemented Interfaces:
VerifyCleartextSignatures.VerifyWith
- Enclosing class:
- VerifyCleartextSignaturesImpl
public class VerifyCleartextSignaturesImpl.VerifyWithImpl extends Object implements VerifyCleartextSignatures.VerifyWith
-
-
Constructor Summary
Constructors Constructor Description VerifyWithImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CleartextSignatureProcessor
withOptions(ConsumerOptions options)
Pass in consumer options like verification certificates, acceptable date ranges etc.
-
-
-
Constructor Detail
-
VerifyWithImpl
public VerifyWithImpl()
-
-
Method Detail
-
withOptions
public CleartextSignatureProcessor withOptions(ConsumerOptions options) throws IOException
Description copied from interface:VerifyCleartextSignatures.VerifyWith
Pass in consumer options like verification certificates, acceptable date ranges etc.- Specified by:
withOptions
in interfaceVerifyCleartextSignatures.VerifyWith
- Parameters:
options
- options- Returns:
- processor
- Throws:
IOException
- in case of an IO error
-
-