| Constructor and Description |
|---|
| net.sourceforge.blowfishj.BlowfishCBC(byte[])
use BlowfishCBC(byte[], int, int) instead
|
| net.sourceforge.blowfishj.BlowfishCBC(byte[], byte[])
use BlowfishCBC(byte[], int, int, byte[], int) instead
|
| net.sourceforge.blowfishj.BlowfishCBC(byte[], long)
use BlowfishCBC(byte[], int, int, long) instead
|
| net.sourceforge.blowfishj.BlowfishEasy(String)
use the BlowfishEasy(char[]) instead, since this constructor
discards the higher 8 bits of every 16bit Unicode character; be
aware that this constructor will produce non-compatible results to the
new method!
|
| net.sourceforge.blowfishj.BlowfishECB(byte[])
use BlowfishECB(byte[], int, int) instead
|
| net.sourceforge.blowfishj.BlowfishInputStream(String, InputStream)
due to the restrictions in usage and the discarding of some
original key material it is highly recommended not to use it anymore
|
| net.sourceforge.blowfishj.BlowfishOutputStream(String, OutputStream)
due to the restrictions in usage and the discarding of some
original key material it is highly recommended not to use it anymore
|