com.maverick.ssh.components.jce
Class Ssh1Des3
java.lang.Object
com.maverick.ssh.components.SshCipher
com.maverick.ssh.components.jce.Ssh1Des3
public class Ssh1Des3
- extends SshCipher
3DES cipher implementation for SSH1 protocol.
- Author:
- Lee David Painter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Ssh1Des3
public Ssh1Des3()
throws IOException
- Throws:
IOException
getBlockSize
public int getBlockSize()
- Specified by:
getBlockSize in class SshCipher
getAlgorithm
public String getAlgorithm()
- Overrides:
getAlgorithm in class SshCipher
init
public void init(int mode,
byte[] iv,
byte[] keydata)
throws IOException
- Specified by:
init in class SshCipher
- Throws:
IOException
transform
public void transform(byte[] src,
int start,
byte[] dest,
int offset,
int len)
throws IOException
- Specified by:
transform in class SshCipher
- Throws:
IOException
Copyright © 2012. All Rights Reserved.