com.jcraft.jsch
Interface Cipher
- All Known Implementing Classes:
- BlowfishCBC, TripleDESCBC
- public interface Cipher
ENCRYPT_MODE
public static final int ENCRYPT_MODE
- See Also:
- Constant Field Values
DECRYPT_MODE
public static final int DECRYPT_MODE
- See Also:
- Constant Field Values
getIVSize
public int getIVSize()
getBlockSize
public int getBlockSize()
init
public void init(int mode,
byte[] key,
byte[] iv)
throws java.lang.Exception
- Throws:
java.lang.Exception
update
public void update(byte[] foo,
int s1,
int len,
byte[] bar,
int s2)
throws java.lang.Exception
- Throws:
java.lang.Exception