|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcifs.util.RC4
public class RC4
Constructor Summary | |
---|---|
RC4()
|
|
RC4(byte[] key)
|
Method Summary | |
---|---|
void |
init(byte[] key,
int ki,
int klen)
|
void |
update(byte[] src,
int soff,
int slen,
byte[] dst,
int doff)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RC4()
public RC4(byte[] key)
Method Detail |
---|
public void init(byte[] key, int ki, int klen)
public void update(byte[] src, int soff, int slen, byte[] dst, int doff)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |