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