com.jcraft.jsch

Interface Cipher

public interface Cipher

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

Field Detail

DECRYPT_MODE

public static int DECRYPT_MODE

ENCRYPT_MODE

public static int ENCRYPT_MODE

Method Detail

getBlockSize

public int getBlockSize()

getIVSize

public int getIVSize()

init

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

update

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