Deprecated API


Contents
Deprecated Methods
BlowfishJ.BlowfishCBC.decrypt(byte[])
          use encrypt(byte[], int, byte[], int, int) instead 
BlowfishJ.BlowfishECB.decrypt(byte[])
          use decrypt(byte[], int, byte[], int, int) instead 
BlowfishJ.BlowfishCBC.decrypt(byte[], byte[])
          use decrypt(byte[], int, byte[], int, int) instead 
BlowfishJ.BlowfishECB.decrypt(byte[], byte[])
          use decrypt(byte[], int, byte[], int, int) instead 
BlowfishJ.BlowfishCBC.decrypt(int[])
          use decrypt(int[], int, int[], int, int) instead 
BlowfishJ.BlowfishECB.decrypt(int[])
          use decrypt(int[], int, int[], int, int) instead 
BlowfishJ.BlowfishCBC.decrypt(int[], int[])
          use decrypt(int[], int, int[], int, int) instead 
BlowfishJ.BlowfishECB.decrypt(int[], int[])
          use decrypt(int[], int, int[], int, int) instead 
BlowfishJ.BlowfishCBC.decrypt(long[])
          use decrypt(long[], int, long[], int, int) instead 
BlowfishJ.BlowfishECB.decrypt(long[])
          use decrypt(long[], int, long[], int, int) instead 
BlowfishJ.BlowfishCBC.decrypt(long[], long[])
          use decrypt(long[], int, long[], int, int) instead 
BlowfishJ.BlowfishECB.decrypt(long[], long[])
          use decrypt(long[], int, long[], int, int) instead 
BlowfishJ.BlowfishCBC.encrypt(byte[])
          use encrypt(byte[], int, int) instead 
BlowfishJ.BlowfishECB.encrypt(byte[])
          use encrypt(byte[], int, byte[], int, int) instead 
BlowfishJ.BlowfishCBC.encrypt(byte[], byte[])
          use encrypt(byte[], int, byte[], int, int) instead 
BlowfishJ.BlowfishECB.encrypt(byte[], byte[])
          use encrypt(byte[], int, byte[], int, int) instead 
BlowfishJ.BlowfishCBC.encrypt(int[])
          use encrypt(int[], int, int[], int, int) instead 
BlowfishJ.BlowfishECB.encrypt(int[])
          use encrypt(int[], int, int[], int, int) instead 
BlowfishJ.BlowfishCBC.encrypt(int[], int[])
          use encrypt(int[], int, int[], int, int) instead 
BlowfishJ.BlowfishECB.encrypt(int[], int[])
          use encrypt(int[], int, int[], int, int) instead 
BlowfishJ.BlowfishCBC.encrypt(long[])
          use encrypt(long[], int, long[], int, int) instead 
BlowfishJ.BlowfishECB.encrypt(long[])
          use encrypt(long[], int, long[], int, int) instead 
BlowfishJ.BlowfishCBC.encrypt(long[], long[])
          use encrypt(long[], int, long[], int, int) instead 
BlowfishJ.BlowfishECB.encrypt(long[], long[])
          use encrypt(long[], int, long[], int, int) instead 
BlowfishJ.BlowfishCBC.getCBCIV(byte[])
          use getCBCIV(byte[], int) instead 
BlowfishJ.BlowfishCBC.setCBCIV(byte[])
          use setCBCIV(byte[], int) instead 
BlowfishJ.SHA1.update(byte[])
          use update(byte[], int, int) instead 
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
BlowfishJ.BlowfishCBC(byte[])
          use BlowfishCBC(byte[], int, int) instead 
BlowfishJ.BlowfishCBC(byte[], byte[])
          use BlowfishCBC(byte[], int, int, byte[], int) instead 
BlowfishJ.BlowfishCBC(byte[], long)
          use BlowfishCBC(byte[], int, int, long) instead 
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! 
BlowfishJ.BlowfishECB(byte[])
          use BlowfishECB(byte[], int, int) instead 
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 
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