com.jcraft.jsch
public interface Cipher
Field Summary | |
---|---|
static int | DECRYPT_MODE |
static int | ENCRYPT_MODE |
Method Summary | |
---|---|
int | getBlockSize() |
int | getIVSize() |
void | init(int mode, byte[] key, byte[] iv) |
void | update(byte[] foo, int s1, int len, byte[] bar, int s2) |