Interface InputDecryptor<T>

    • Method Detail

      • getParameters

        T getParameters()
        Return the parameters for this decryptor.
        Returns:
        the decryptor's parameters.
      • getDecryptingStream

        java.io.InputStream getDecryptingStream​(java.io.InputStream in)
        Return a stream which will decrypt what it reads from the stream in and pass it through.
        Parameters:
        in - the source of encrypted data..
        Returns:
        a stream which produces decrypted data based on bytes read from in..