public class TripleDesCbc extends SshCipher
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
algorithmName |
DECRYPT_MODE, ENCRYPT_MODE| Constructor and Description |
|---|
TripleDesCbc()
Creates a new TripleDesCbc object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBlockSize() |
void |
init(int mode,
byte[] iv,
byte[] keydata) |
byte[] |
transform(byte[] data,
int offset,
int len) |
public int getBlockSize()
getBlockSize in class SshCipherpublic void init(int mode,
byte[] iv,
byte[] keydata)
throws AlgorithmOperationException
init in class SshCiphermode - iv - keydata - AlgorithmOperationExceptionpublic byte[] transform(byte[] data,
int offset,
int len)
throws AlgorithmOperationException
transform in class SshCipherdata - offset - len - AlgorithmOperationExceptionCopyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.