Interface OutputDecryptor<T extends Parameters>

    • Method Detail

      • getDecryptingStream

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