Interface OutputEncryptor<T extends Parameters>

    • Method Detail

      • getEncryptingStream

        CipherOutputStream getEncryptingStream​(java.io.OutputStream out)
        Return a stream which will encrypt it's input writing the results to out.
        Parameters:
        out - the output stream to collect the encrypted data in.
        Returns:
        a stream for writing the original plain-text data.