Interface EncryptionBuilderInterface
-
- All Known Implementing Classes:
EncryptionBuilder
public interface EncryptionBuilderInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
EncryptionBuilderInterface.WithOptions
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EncryptionBuilderInterface.WithOptions
onOutputStream(OutputStream outputStream)
Create aEncryptionStream
on anOutputStream
that contains the plain data that shall be encrypted and or signed.
-
-
-
Method Detail
-
onOutputStream
EncryptionBuilderInterface.WithOptions onOutputStream(@Nonnull OutputStream outputStream)
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
-
-