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