com.zipxap.vfs.dal.utility
Class EasyCipherInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by javax.crypto.CipherInputStream
              extended by com.zipxap.vfs.dal.utility.EasyCipherInputStream
All Implemented Interfaces:
java.io.Closeable

public class EasyCipherInputStream
extends javax.crypto.CipherInputStream


Field Summary
 
Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
EasyCipherInputStream(java.io.InputStream inputStream, java.lang.String password, byte[] salt, int nIterations)
           
 
Method Summary
 
Methods inherited from class javax.crypto.CipherInputStream
available, close, markSupported, read, read, read, skip
 
Methods inherited from class java.io.FilterInputStream
mark, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EasyCipherInputStream

public EasyCipherInputStream(java.io.InputStream inputStream,
                             java.lang.String password,
                             byte[] salt,
                             int nIterations)