Public Member Functions | |
int | getIVSize () |
int | getBlockSize () |
void | init (int mode, byte[] key, byte[] iv) throws Exception |
void | update (byte[] foo, int s1, int len, byte[] bar, int s2) throws Exception |
boolean | isCBC () |
Private Attributes | |
javax.crypto.Cipher | cipher |
Static Private Attributes | |
static final int | ivsize = 8 |
static final int | bsize = 16 |
Definition at line 35 of file BlowfishCBC.java.
int com.jcraft.jsch.jce.BlowfishCBC.getBlockSize | ( | ) |
Definition at line 40 of file BlowfishCBC.java.
References com.jcraft.jsch.jce.BlowfishCBC.bsize.
int com.jcraft.jsch.jce.BlowfishCBC.getIVSize | ( | ) |
Definition at line 39 of file BlowfishCBC.java.
References com.jcraft.jsch.jce.BlowfishCBC.ivsize.
void com.jcraft.jsch.jce.BlowfishCBC.init | ( | int | mode, | |
byte[] | key, | |||
byte[] | iv | |||
) | throws Exception |
Definition at line 41 of file BlowfishCBC.java.
References com.jcraft.jsch.jce.BlowfishCBC.bsize, com.jcraft.jsch.jce.BlowfishCBC.cipher, and com.jcraft.jsch.jce.BlowfishCBC.ivsize.
boolean com.jcraft.jsch.jce.BlowfishCBC.isCBC | ( | ) |
Definition at line 70 of file BlowfishCBC.java.
void com.jcraft.jsch.jce.BlowfishCBC.update | ( | byte[] | foo, | |
int | s1, | |||
int | len, | |||
byte[] | bar, | |||
int | s2 | |||
) | throws Exception |
Definition at line 67 of file BlowfishCBC.java.
References com.jcraft.jsch.jce.BlowfishCBC.cipher.
final int com.jcraft.jsch.jce.BlowfishCBC.bsize = 16 [static, private] |
Definition at line 37 of file BlowfishCBC.java.
Referenced by com.jcraft.jsch.jce.BlowfishCBC.getBlockSize(), and com.jcraft.jsch.jce.BlowfishCBC.init().
javax.crypto.Cipher com.jcraft.jsch.jce.BlowfishCBC.cipher [private] |
Definition at line 38 of file BlowfishCBC.java.
Referenced by com.jcraft.jsch.jce.BlowfishCBC.init(), and com.jcraft.jsch.jce.BlowfishCBC.update().
final int com.jcraft.jsch.jce.BlowfishCBC.ivsize = 8 [static, private] |
Definition at line 36 of file BlowfishCBC.java.
Referenced by com.jcraft.jsch.jce.BlowfishCBC.getIVSize(), and com.jcraft.jsch.jce.BlowfishCBC.init().