| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jcraft.jsch.jce.ARCFOUR
public class ARCFOUR
| Field Summary | 
|---|
| Fields inherited from interface com.jcraft.jsch.Cipher | 
|---|
| DECRYPT_MODE, ENCRYPT_MODE | 
| Constructor Summary | |
|---|---|
| ARCFOUR() | |
| Method Summary | |
|---|---|
|  int | getBlockSize() | 
|  int | getIVSize() | 
|  void | init(int mode,
     byte[] key,
     byte[] iv) | 
|  boolean | isCBC() | 
|  void | update(byte[] foo,
       int s1,
       int len,
       byte[] bar,
       int s2) | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ARCFOUR()
| Method Detail | 
|---|
public int getIVSize()
getIVSize in interface Cipherpublic int getBlockSize()
getBlockSize in interface Cipher
public void init(int mode,
                 byte[] key,
                 byte[] iv)
          throws java.lang.Exception
init in interface Cipherjava.lang.Exception
public void update(byte[] foo,
                   int s1,
                   int len,
                   byte[] bar,
                   int s2)
            throws java.lang.Exception
update in interface Cipherjava.lang.Exceptionpublic boolean isCBC()
isCBC in interface Cipher| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||