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