com.jcraft.jsch.jce

Class AES256CBC

public class AES256CBC extends Object implements Cipher

Method Summary
intgetBlockSize()
intgetIVSize()
voidinit(int mode, byte[] key, byte[] iv)
booleanisCBC()
voidupdate(byte[] foo, int s1, int len, byte[] bar, int s2)

Method Detail

getBlockSize

public int getBlockSize()

getIVSize

public int getIVSize()

init

public void init(int mode, byte[] key, byte[] iv)

isCBC

public boolean isCBC()

update

public void update(byte[] foo, int s1, int len, byte[] bar, int s2)