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