com.ibm.crypto.pkcs11impl.provider
Class SecureRandom
- java.lang.Object
-
- java.security.SecureRandomSpi
-
- com.ibm.crypto.pkcs11impl.provider.SecureRandom
-
- All Implemented Interfaces:
- java.io.Serializable
public final class SecureRandom extends java.security.SecureRandomSpiGenerates random numbers using the hardware device.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description SecureRandom()Creates an instance of this class.SecureRandom(java.security.Provider p)Creates an instance of this class.
-