| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectcom.sshtools.j2ssh.transport.cipher.SshCiphercom.sshtools.j2ssh.transport.cipher.BlowfishCbcpublic class BlowfishCbcextends SshCipherField 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-