Interface VerifyCleartextSignatures.VerifyWith
-
- All Known Implementing Classes:
VerifyCleartextSignaturesImpl.VerifyWithImpl
- Enclosing interface:
- VerifyCleartextSignatures
public static interface VerifyCleartextSignatures.VerifyWith
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CleartextSignatureProcessor
withOptions(ConsumerOptions options)
Pass in consumer options like verification certificates, acceptable date ranges etc.
-
-
-
Method Detail
-
withOptions
CleartextSignatureProcessor withOptions(ConsumerOptions options) throws IOException
Pass in consumer options like verification certificates, acceptable date ranges etc.- Parameters:
options
- options- Returns:
- processor
- Throws:
IOException
- in case of an IO error
-
-