Bouncy Castle Cryptography Library 1.81

org.bouncycastle.jcajce.provider.drbg
Class DRBG.NonceAndIV

java.lang.Object
  extended byjava.security.SecureRandomSpi
      extended byorg.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)

engineNextBytes

protected void engineNextBytes(byte[] bytes)

engineGenerateSeed

protected byte[] engineGenerateSeed(int numBytes)

Bouncy Castle Cryptography Library 1.81