Class PKISecureRandomSpi

  • All Implemented Interfaces:
    java.io.Serializable

    public class PKISecureRandomSpi
    extends java.security.SecureRandomSpi
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PKISecureRandomSpi​(java.security.SecureRandom random)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] engineGenerateSeed​(int numBytes)  
      void engineNextBytes​(byte[] bytes)  
      void engineSetSeed​(byte[] seed)  
      protected java.lang.String getSubjectID()  
      • Methods inherited from class java.security.SecureRandomSpi

        engineGetParameters, engineNextBytes, engineReseed, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PKISecureRandomSpi

        public PKISecureRandomSpi​(java.security.SecureRandom random)
    • Method Detail

      • engineGenerateSeed

        public byte[] engineGenerateSeed​(int numBytes)
        Specified by:
        engineGenerateSeed in class java.security.SecureRandomSpi
      • engineSetSeed

        public void engineSetSeed​(byte[] seed)
        Specified by:
        engineSetSeed in class java.security.SecureRandomSpi
      • engineNextBytes

        public void engineNextBytes​(byte[] bytes)
        Specified by:
        engineNextBytes in class java.security.SecureRandomSpi
      • getSubjectID

        protected java.lang.String getSubjectID()