Interface EncryptionBuilderInterface

  • All Known Implementing Classes:
    EncryptionBuilder

    public interface EncryptionBuilderInterface
    • Method Detail

      • onOutputStream

        EncryptionBuilderInterface.WithOptions onOutputStream​(@Nonnull
                                                              java.io.OutputStream outputStream)
        Create a EncryptionStream on an OutputStream that contains the plain data that shall be encrypted and or signed.
        Parameters:
        outputStream - output stream of the plain data.
        Returns:
        api handle