java.security
abstract public class: SecureRandomSpi [javadoc |
source]
java.lang.Object
java.security.SecureRandomSpi
All Implemented Interfaces:
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.
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |