de.mud.ssh
Class DES3
java.lang.Object
de.mud.ssh.Cipher
de.mud.ssh.DES3
public final class DES3
- extends Cipher
Constructor Summary |
DES3()
|
Method Summary |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DES3
public DES3()
encrypt
public void encrypt(byte[] src,
int srcOff,
byte[] dest,
int destOff,
int len)
- Description copied from class:
Cipher
- The actual encryption takes place here.
- Specified by:
encrypt
in class Cipher
decrypt
public void decrypt(byte[] src,
int srcOff,
byte[] dest,
int destOff,
int len)
- Description copied from class:
Cipher
- The actual decryption takes place here.
- Specified by:
decrypt
in class Cipher
setKey
public void setKey(byte[] key)
- Specified by:
setKey
in class Cipher