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 SshCipher
public void init(int mode, byte[] iv, byte[] keydata) throws AlgorithmOperationException
init
in class SshCipher
mode
- iv
- keydata
- AlgorithmOperationException
public byte[] transform(byte[] data, int offset, int len) throws AlgorithmOperationException
transform
in class SshCipher
data
- offset
- len
- AlgorithmOperationException
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.