Class DRBG.Default
java.lang.Object
java.security.SecureRandomSpi
org.bouncycastle.jcajce.provider.drbg.DRBG.Default
- All Implemented Interfaces:
Serializable
- Enclosing class:
DRBG
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected byte[]engineGenerateSeed(int numBytes) protected voidengineNextBytes(byte[] bytes) protected voidengineSetSeed(byte[] bytes) Methods inherited from class java.security.SecureRandomSpi
engineGetParameters, engineNextBytes, engineReseed, toString
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
engineSetSeed
protected void engineSetSeed(byte[] bytes) - Specified by:
engineSetSeedin classSecureRandomSpi
-
engineNextBytes
protected void engineNextBytes(byte[] bytes) - Specified by:
engineNextBytesin classSecureRandomSpi
-
engineGenerateSeed
protected byte[] engineGenerateSeed(int numBytes) - Specified by:
engineGenerateSeedin classSecureRandomSpi
-