Interface EncryptionBuilderInterface
- All Known Implementing Classes:
EncryptionBuilder
public interface EncryptionBuilderInterface
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiononOutputStream
(OutputStream outputStream) Create aEncryptionStream
on anOutputStream
that contains the plain data that shall be encrypted and or signed.
-
Method Details
-
onOutputStream
Create aEncryptionStream
on anOutputStream
that contains the plain data that shall be encrypted and or signed.- Parameters:
outputStream
- output stream of the plain data.- Returns:
- api handle
-