com.ibm.crypto.pkcs11impl.provider
Class SecureRandom

java.lang.Object
  extended by java.security.SecureRandomSpi
      extended by com.ibm.crypto.pkcs11impl.provider.SecureRandom
All Implemented Interfaces:
java.io.Serializable

public final class SecureRandom
extends java.security.SecureRandomSpi

Generates random numbers using the hardware device.

See Also:
Serialized Form

Constructor Summary
SecureRandom()
          Creates an instance of this class.
SecureRandom(java.security.Provider p)
          Creates an instance of this class.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecureRandom

public SecureRandom()
Creates an instance of this class.


SecureRandom

public SecureRandom(java.security.Provider p)
Creates an instance of this class. Based on getting the provider passed in.