com.mindbright.ssh
Class SSHDES3

java.lang.Object
  extended by com.mindbright.ssh.SSHCipher
      extended by com.mindbright.ssh.SSHDES3

public final class SSHDES3
extends SSHCipher


Constructor Summary
SSHDES3()
           
 
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 com.mindbright.ssh.SSHCipher
decrypt, encrypt, getInstance, setKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSHDES3

public SSHDES3()
Method Detail

encrypt

public void encrypt(byte[] src,
                    int srcOff,
                    byte[] dest,
                    int destOff,
                    int len)
Specified by:
encrypt in class SSHCipher

decrypt

public void decrypt(byte[] src,
                    int srcOff,
                    byte[] dest,
                    int destOff,
                    int len)
Specified by:
decrypt in class SSHCipher

setKey

public void setKey(byte[] key)
Specified by:
setKey in class SSHCipher