Interface DecryptionBuilderInterface
- All Known Implementing Classes:
DecryptionBuilder
public interface DecryptionBuilderInterface
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiononInputStream(InputStream inputStream) Create aDecryptionStreamon anInputStreamwhich contains the encrypted and/or signed data.
-
Method Details
-
onInputStream
Create aDecryptionStreamon anInputStreamwhich contains the encrypted and/or signed data.- Parameters:
inputStream- encrypted and/or signed data.- Returns:
- api handle
-