Interface EncryptionBuilderInterface
-
- All Known Implementing Classes:
EncryptionBuilder
public interface EncryptionBuilderInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceEncryptionBuilderInterface.WithOptions
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EncryptionBuilderInterface.WithOptionsonOutputStream(OutputStream outputStream)Create aEncryptionStreamon anOutputStreamthat contains the plain data that shall be encrypted and or signed.
-
-
-
Method Detail
-
onOutputStream
EncryptionBuilderInterface.WithOptions onOutputStream(@Nonnull OutputStream outputStream)
Create aEncryptionStreamon anOutputStreamthat contains the plain data that shall be encrypted and or signed.- Parameters:
outputStream- output stream of the plain data.- Returns:
- api handle
-
-