Deprecated Methods |
net.sourceforge.blowfishj.BlowfishECB.decrypt(byte[])
use decrypt(byte[], int, byte[], int, int) instead |
net.sourceforge.blowfishj.BlowfishCBC.decrypt(byte[])
use encrypt(byte[], int, byte[], int, int) instead |
net.sourceforge.blowfishj.BlowfishECB.decrypt(byte[], byte[])
use decrypt(byte[], int, byte[], int, int) instead |
net.sourceforge.blowfishj.BlowfishCBC.decrypt(byte[], byte[])
use decrypt(byte[], int, byte[], int, int) instead |
net.sourceforge.blowfishj.BlowfishECB.decrypt(int[])
use decrypt(int[], int, int[], int, int) instead |
net.sourceforge.blowfishj.BlowfishCBC.decrypt(int[])
use decrypt(int[], int, int[], int, int) instead |
net.sourceforge.blowfishj.BlowfishECB.decrypt(int[], int[])
use decrypt(int[], int, int[], int, int) instead |
net.sourceforge.blowfishj.BlowfishCBC.decrypt(int[], int[])
use decrypt(int[], int, int[], int, int) instead |
net.sourceforge.blowfishj.BlowfishECB.decrypt(long[])
use decrypt(long[], int, long[], int, int) instead |
net.sourceforge.blowfishj.BlowfishCBC.decrypt(long[])
use decrypt(long[], int, long[], int, int) instead |
net.sourceforge.blowfishj.BlowfishECB.decrypt(long[], long[])
use decrypt(long[], int, long[], int, int) instead |
net.sourceforge.blowfishj.BlowfishCBC.decrypt(long[], long[])
use decrypt(long[], int, long[], int, int) instead |
net.sourceforge.blowfishj.BlowfishECB.encrypt(byte[])
use encrypt(byte[], int, byte[], int, int) instead |
net.sourceforge.blowfishj.BlowfishCBC.encrypt(byte[])
use encrypt(byte[], int, int) instead |
net.sourceforge.blowfishj.BlowfishECB.encrypt(byte[], byte[])
use encrypt(byte[], int, byte[], int, int) instead |
net.sourceforge.blowfishj.BlowfishCBC.encrypt(byte[], byte[])
use encrypt(byte[], int, byte[], int, int) instead |
net.sourceforge.blowfishj.BlowfishECB.encrypt(int[])
use encrypt(int[], int, int[], int, int) instead |
net.sourceforge.blowfishj.BlowfishCBC.encrypt(int[])
use encrypt(int[], int, int[], int, int) instead |
net.sourceforge.blowfishj.BlowfishECB.encrypt(int[], int[])
use encrypt(int[], int, int[], int, int) instead |
net.sourceforge.blowfishj.BlowfishCBC.encrypt(int[], int[])
use encrypt(int[], int, int[], int, int) instead |
net.sourceforge.blowfishj.BlowfishECB.encrypt(long[])
use encrypt(long[], int, long[], int, int) instead |
net.sourceforge.blowfishj.BlowfishCBC.encrypt(long[])
use encrypt(long[], int, long[], int, int) instead |
net.sourceforge.blowfishj.BlowfishECB.encrypt(long[], long[])
use encrypt(long[], int, long[], int, int) instead |
net.sourceforge.blowfishj.BlowfishCBC.encrypt(long[], long[])
use encrypt(long[], int, long[], int, int) instead |
net.sourceforge.blowfishj.BlowfishCBC.getCBCIV(byte[])
use getCBCIV(byte[], int) instead |
net.sourceforge.blowfishj.BlowfishCBC.setCBCIV(byte[])
use setCBCIV(byte[], int) instead |
net.sourceforge.blowfishj.SHA1.update(byte[])
use update(byte[], int, int) instead |
net.sourceforge.blowfishj.SHA1.update(String)
don't use this method anymore (it's not clean), you might
want to try update(sData.getBytes()) instead |
Deprecated Constructors |
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 |