Interface EncryptionBuilderInterface
-
- All Known Implementing Classes:
EncryptionBuilder
public interface EncryptionBuilderInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceEncryptionBuilderInterface.Armorstatic interfaceEncryptionBuilderInterface.DetachedSignstatic interfaceEncryptionBuilderInterface.DocumentTypestatic interfaceEncryptionBuilderInterface.SignWithstatic interfaceEncryptionBuilderInterface.ToRecipientsstatic interfaceEncryptionBuilderInterface.WithAlgorithms
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EncryptionBuilderInterface.ToRecipientsonOutputStream(java.io.OutputStream outputStream)Create aEncryptionStreamon anOutputStreamthat contains the plain data that shall be encrypted and or signed.
-
-
-
Method Detail
-
onOutputStream
EncryptionBuilderInterface.ToRecipients onOutputStream(@Nonnull java.io.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
-
-