| Modifier and Type | Method and Description |
|---|---|
CryptInputStream |
Crypt.getInputStream(InputStream input,
byte[] passwordBytes)
Creates an input stream for this Crypt
This is simply an extension to the standard
CipherInputStream, which
reads the initialization vector in this method. |
CryptInputStream |
Crypt.getInputStream(InputStream input,
CharSequence password)
Creates an input stream for this Crypt
This is simply an extension to the standard
CipherInputStream, which
reads the initialization vector in this method. |
Copyright © 2014 Michael Bock. All rights reserved.