gnu.crypto.jce.prng
Class ICMRandomSpi
java.lang.Object
java.security.SecureRandomSpi
gnu.crypto.jce.prng.ICMRandomSpi
- All Implemented Interfaces:
- Serializable
- public class ICMRandomSpi
- extends SecureRandomSpi
An Adapter class around ICMGenerator
to allow using this
algorithm as a JCE SecureRandom
.
- 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 |
ICMRandomSpi
public ICMRandomSpi()
engineGenerateSeed
public byte[] engineGenerateSeed(int numBytes)
engineNextBytes
public void engineNextBytes(byte[] bytes)
engineSetSeed
public void engineSetSeed(byte[] seed)
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.