com.jcraft.jsch.jce

Class TripleDESCBC

public class TripleDESCBC extends Object implements Cipher

Method Summary
intgetBlockSize()
intgetIVSize()
voidinit(int mode, byte[] key, byte[] iv)
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)

update

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