Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.jcajce.provider.drbg
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
DRBG.NonceAndIV()
           
 
Method Summary
protected  byte[] engineGenerateSeed(int numBytes)
           
protected  void engineNextBytes(byte[] bytes)
           
protected  void engineSetSeed(byte[] bytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DRBG.NonceAndIV

public DRBG.NonceAndIV()
Method Detail

engineSetSeed

protected void engineSetSeed(byte[] bytes)
Overrides:
engineSetSeed in class java.security.SecureRandomSpi

engineNextBytes

protected void engineNextBytes(byte[] bytes)
Overrides:
engineNextBytes in class java.security.SecureRandomSpi

engineGenerateSeed

protected byte[] engineGenerateSeed(int numBytes)
Overrides:
engineGenerateSeed in class java.security.SecureRandomSpi

Bouncy Castle Cryptography Library 1.77.0