java.security
public
abstract
class
java.security.SecureRandomSpi
This class is a Service Provider Interface (therefore the Spi suffix) for
secure random number generation algorithms to be supplied by providers.
Summary
Public Constructors
Protected Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
Protected Methods
protected
abstract
byte[]
engineGenerateSeed(int numBytes)
protected
abstract
void
engineNextBytes(byte[] bytes)
protected
abstract
void
engineSetSeed(byte[] seed)