com.jcraft.jsch.jce
public class TripleDESCBC extends Object implements Cipher
Method Summary | |
---|---|
int | getBlockSize() |
int | getIVSize() |
void | init(int mode, byte[] key, byte[] iv) |
boolean | isCBC() |
void | update(byte[] foo, int s1, int len, byte[] bar, int s2) |