|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.security.SecureRandomSpi gnu.crypto.jce.prng.ARCFourRandomSpi
Implementation of the Service Provider Interface (SPI) for the ARCFOUR keystream generator.
Constructor Summary | |
ARCFourRandomSpi()
Default 0-arguments constructor. |
Method Summary | |
byte[] |
engineGenerateSeed(int numBytes)
|
void |
engineNextBytes(byte[] bytes)
|
void |
engineSetSeed(byte[] seed)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ARCFourRandomSpi()
Method Detail |
public byte[] engineGenerateSeed(int numBytes)
public void engineNextBytes(byte[] bytes)
public void engineSetSeed(byte[] seed)
|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |