de.mud.ssh
public final class DES3 extends Cipher
| Constructor and Description |
|---|
DES3() |
| Modifier and Type | Method and Description |
|---|---|
void |
decrypt(byte[] src,
int srcOff,
byte[] dest,
int destOff,
int len)
The actual decryption takes place here.
|
void |
encrypt(byte[] src,
int srcOff,
byte[] dest,
int destOff,
int len)
The actual encryption takes place here.
|
void |
setKey(byte[] key) |
decrypt, encrypt, getInstance, setKeypublic void encrypt(byte[] src,
int srcOff,
byte[] dest,
int destOff,
int len)
Cipherpublic void decrypt(byte[] src,
int srcOff,
byte[] dest,
int destOff,
int len)
Cipher