|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.sshd.common.cipher.BaseCipher
org.apache.sshd.common.cipher.ARCFOUR256
public class ARCFOUR256
ARCFOUR256 cipher
| Nested Class Summary | |
|---|---|
static class |
ARCFOUR256.Factory
Named factory for AES128CTR Cipher |
| Nested classes/interfaces inherited from interface org.apache.sshd.common.Cipher |
|---|
Cipher.Mode |
| Field Summary |
|---|
| Fields inherited from class org.apache.sshd.common.cipher.BaseCipher |
|---|
algorithm, bsize, cipher, ivsize, transformation |
| Constructor Summary | |
|---|---|
ARCFOUR256()
|
|
| Method Summary | |
|---|---|
void |
init(Cipher.Mode mode,
byte[] key,
byte[] iv)
Initialize the cipher for encryption or decryption with the given private key and initialization vector |
| Methods inherited from class org.apache.sshd.common.cipher.BaseCipher |
|---|
getBlockSize, getIVSize, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ARCFOUR256()
| Method Detail |
|---|
public void init(Cipher.Mode mode,
byte[] key,
byte[] iv)
throws java.lang.Exception
Cipher
init in interface Cipherinit in class BaseCipherjava.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||