java.security
Class SecureRandomSpi

java.lang.Object
  extended by java.security.SecureRandomSpi
All Implemented Interfaces:
Serializable

public abstract class SecureRandomSpi
extends Object
implements Serializable

This class defines the Service Provider Interface (SPI) for the SecureRandom class. All the abstract methods in this class must be implemented by each service provider who wishes to supply the implementation of a cryptographically strong pseudo-random number generator.

Since:
1.2
Version:
1.7, 02/02/00
See Also:
SecureRandom, Serialized Form

Constructor Summary
SecureRandomSpi()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecureRandomSpi

public SecureRandomSpi()