com.jcraft.jsch
Interface Cipher
- AES128CBC, AES128CTR, AES192CBC, AES192CTR, AES256CBC, AES256CTR, ARCFOUR, ARCFOUR128, ARCFOUR256, BlowfishCBC, CipherNone, TripleDESCBC, TripleDESCTR
DECRYPT_MODE
public static final int DECRYPT_MODE
ENCRYPT_MODE
public static final int ENCRYPT_MODE
getBlockSize
public int getBlockSize()
getIVSize
public int getIVSize()
init
public void init(int mode,
byte[] key,
byte[] iv)
throws Exception
isCBC
public boolean isCBC()
update
public void update(byte[] foo,
int s1,
int len,
byte[] bar,
int s2)
throws Exception