|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.maverick.ssh.components.SshCipher
com.maverick.ssh.components.jce.AbstractJCECipher
com.maverick.ssh.components.jce.ArcFour256
public class ArcFour256
| Field Summary |
|---|
| Fields inherited from class com.maverick.ssh.components.SshCipher |
|---|
DECRYPT_MODE, ENCRYPT_MODE |
| Constructor Summary | |
|---|---|
ArcFour256()
|
|
| Method Summary | |
|---|---|
int |
getBlockSize()
Get the cipher block size. |
void |
init(int mode,
byte[] iv,
byte[] keydata)
Initialize the cipher with up to 40 bytes of iv and key data. |
| Methods inherited from class com.maverick.ssh.components.jce.AbstractJCECipher |
|---|
getProvider, transform |
| Methods inherited from class com.maverick.ssh.components.SshCipher |
|---|
getAlgorithm, transform |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArcFour256()
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void init(int mode,
byte[] iv,
byte[] keydata)
throws java.io.IOException
SshCipher
init in class AbstractJCECiphermode - the mode to operateiv - the initiaization vectorkeydata - the key data
java.io.IOExceptionpublic int getBlockSize()
SshCipher
getBlockSize in class AbstractJCECipher
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||