SecureRandomSpi
Class SecureRandomSpi
- java.lang.Object
-
- 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
- See Also:
-
SecureRandom
, Serialized Form