gnu.crypto.jce.prng
Class ARCFourRandomSpi
java.lang.Object
java.security.SecureRandomSpi
gnu.crypto.jce.prng.ARCFourRandomSpi
- All Implemented Interfaces:
- Serializable
public class ARCFourRandomSpi
- extends SecureRandomSpi
Implementation of the Service Provider Interface (SPI)
for the ARCFOUR keystream generator.
- Version:
- $Revision: 1.3 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ARCFourRandomSpi
public ARCFourRandomSpi()
- Default 0-arguments constructor.
engineGenerateSeed
public byte[] engineGenerateSeed(int numBytes)
- Specified by:
engineGenerateSeed
in class SecureRandomSpi
engineNextBytes
public void engineNextBytes(byte[] bytes)
- Specified by:
engineNextBytes
in class SecureRandomSpi
engineSetSeed
public void engineSetSeed(byte[] seed)
- Specified by:
engineSetSeed
in class SecureRandomSpi
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.