Class DRBG.NonceAndIV
- java.lang.Object
-
- java.security.SecureRandomSpi
-
- org.bouncycastle.jcajce.provider.drbg.DRBG.NonceAndIV
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- DRBG
public static class DRBG.NonceAndIV extends java.security.SecureRandomSpi
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NonceAndIV()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected byte[]
engineGenerateSeed(int numBytes)
protected void
engineNextBytes(byte[] bytes)
protected void
engineSetSeed(byte[] bytes)
-
-
-
Method Detail
-
engineSetSeed
protected void engineSetSeed(byte[] bytes)
- Specified by:
engineSetSeed
in classjava.security.SecureRandomSpi
-
engineNextBytes
protected void engineNextBytes(byte[] bytes)
- Specified by:
engineNextBytes
in classjava.security.SecureRandomSpi
-
engineGenerateSeed
protected byte[] engineGenerateSeed(int numBytes)
- Specified by:
engineGenerateSeed
in classjava.security.SecureRandomSpi
-
-