Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.crypto.prng
Class X931RNG

java.lang.Object
  |
  +--org.bouncycastle.crypto.prng.X931RNG

public class X931RNG
extends java.lang.Object


Constructor Summary
X931RNG(BlockCipher engine, byte[] dateTimeVector, EntropySource entropySource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

X931RNG

public X931RNG(BlockCipher engine,
               byte[] dateTimeVector,
               EntropySource entropySource)
Parameters:
engine -  
entropySource -  

Bouncy Castle Cryptography Library 1.77.0