Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.sshtools.j2ssh.transport.cipher.SshCipher
com.sshtools.j2ssh.transport.cipher.TripleDesCbc
public class TripleDesCbc
extends SshCipher
Field Summary | |
protected static String |
Fields inherited from class com.sshtools.j2ssh.transport.cipher.SshCipher | |
DECRYPT_MODE , ENCRYPT_MODE |
Constructor Summary | |
|
Method Summary | |
int | |
void |
|
byte[] |
|
Methods inherited from class com.sshtools.j2ssh.transport.cipher.SshCipher | |
getBlockSize , init , transform , transform |
public void init(int mode, byte[] iv, byte[] keydata) throws AlgorithmOperationException
- Parameters:
mode
-iv
-keydata
-
- Throws:
AlgorithmOperationException
-
public byte[] transform(byte[] data, int offset, int len) throws AlgorithmOperationException
- Parameters:
data
-offset
-len
-
- Returns:
- Throws:
AlgorithmOperationException
-