com.maverick.ssh.components.jce
Class ArcFour256
java.lang.Object
com.maverick.ssh.components.SshCipher
com.maverick.ssh.components.jce.AbstractJCECipher
com.maverick.ssh.components.jce.ArcFour256
public class ArcFour256
- extends AbstractJCECipher
|
Method Summary |
int |
getBlockSize()
|
void |
init(int mode,
byte[] iv,
byte[] keydata)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArcFour256
public ArcFour256()
throws IOException
- Throws:
IOException
init
public void init(int mode,
byte[] iv,
byte[] keydata)
throws IOException
- Overrides:
init in class AbstractJCECipher
- Throws:
IOException
getBlockSize
public int getBlockSize()
- Overrides:
getBlockSize in class AbstractJCECipher
Copyright © 2012. All Rights Reserved.