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, setKey
public void encrypt(byte[] src, int srcOff, byte[] dest, int destOff, int len)
Cipher
public void decrypt(byte[] src, int srcOff, byte[] dest, int destOff, int len)
Cipher