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.SecureRandomSpi
    Generates 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.
    • 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.

© Portions Copyright 2003, 2017 IBM Corporation. All rights reserved.
© Portions Copyright 2003, 2017, Oracle and/or its affiliates. All rights reserved.