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