Class DecryptInputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class DecryptInputStream
    extends BufferedByteHolderInputStream
    A DecryptInputStream is used by stream container to access an encrypted stream of bytes.
    • Field Detail

      • in

        protected java.io.InputStream in
    • Constructor Detail

      • DecryptInputStream

        public DecryptInputStream​(java.io.InputStream in,
                                  ByteHolder bh,
                                  DataFactory dataFactory)
                           throws java.io.IOException
        Throws:
        java.io.IOException