ewe.security
Class DecryptedInputStream

java.lang.Object
  extended byewe.io.InputStream
      extended byewe.security.DecryptedInputStream
All Implemented Interfaces:
Streamable

public class DecryptedInputStream
extends InputStream

This is an InputStream that passes its data through a DataProcessorStream() which decrypts it using a Decryptor object.


Field Summary
 
Fields inherited from class ewe.io.InputStream
atEOF, closed, in, rs, stream
 
Constructor Summary
DecryptedInputStream(InputStream in, byte[] password)
           
DecryptedInputStream(InputStream in, String password)
           
 
Methods inherited from class ewe.io.InputStream
available, close, getFastStream, getName, mark, markSupported, read, read, read, readSingleByteFromMultiByteRead, reset, shutdown, skip, toReadableStream, toStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, toString
 

Constructor Detail

DecryptedInputStream

public DecryptedInputStream(InputStream in,
                            String password)

DecryptedInputStream

public DecryptedInputStream(InputStream in,
                            byte[] password)