Class PKISecureRandomSpi
java.lang.Object
java.security.SecureRandomSpi
com.netscape.cmscore.security.PKISecureRandomSpi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]engineGenerateSeed(int numBytes) voidengineNextBytes(byte[] bytes) voidengineSetSeed(byte[] seed) protected StringMethods inherited from class java.security.SecureRandomSpi
engineGetParameters, engineNextBytes, engineReseed, toString
-
Constructor Details
-
PKISecureRandomSpi
-
-
Method Details
-
engineGenerateSeed
public byte[] engineGenerateSeed(int numBytes) - Specified by:
engineGenerateSeedin classSecureRandomSpi
-
engineSetSeed
public void engineSetSeed(byte[] seed) - Specified by:
engineSetSeedin classSecureRandomSpi
-
engineNextBytes
public void engineNextBytes(byte[] bytes) - Specified by:
engineNextBytesin classSecureRandomSpi
-
getSubjectID
-