|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
javax.crypto.CipherInputStream
com.zipxap.vfs.dal.utility.EasyCipherInputStream
public class EasyCipherInputStream
| 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 |
|---|
public EasyCipherInputStream(java.io.InputStream inputStream,
java.lang.String password,
byte[] salt,
int nIterations)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||