Interface VerifyCleartextSignatures
-
- All Known Implementing Classes:
VerifyCleartextSignaturesImpl
public interface VerifyCleartextSignatures
Interface defining the API for verification of cleartext signed documents.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
VerifyCleartextSignatures.VerifyWith
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VerifyCleartextSignatures.VerifyWith
onInputStream(InputStream inputStream)
Provide theInputStream
which contains the cleartext-signed message.
-
-
-
Method Detail
-
onInputStream
VerifyCleartextSignatures.VerifyWith onInputStream(InputStream inputStream)
Provide theInputStream
which contains the cleartext-signed message.- Parameters:
inputStream
- inputstream- Returns:
- api handle
-
-