| java.lang.Object com.jcraft.jsch.jce.AES256CBC
Method Summary | |
public int | getBlockSize() | public int | getIVSize() | public void | init(int mode, byte[] key, byte[] iv) | public void | update(byte[] foo, int s1, int len, byte[] bar, int s2) |
getBlockSize | public int getBlockSize()(Code) | | |
getIVSize | public int getIVSize()(Code) | | |
init | public void init(int mode, byte[] key, byte[] iv) throws Exception(Code) | | |
update | public void update(byte[] foo, int s1, int len, byte[] bar, int s2) throws Exception(Code) | | |
|
|