Bouncy Castle Cryptography Library 1.69

org.bouncycastle.crypto.prng.test
Class TestEntropySourceProvider

java.lang.Object
  |
  +--org.bouncycastle.crypto.prng.test.TestEntropySourceProvider
All Implemented Interfaces:
EntropySourceProvider

public class TestEntropySourceProvider
extends java.lang.Object
implements EntropySourceProvider


Constructor Summary
protected TestEntropySourceProvider(byte[] data, boolean isPredictionResistant)
           
 
Method Summary
 EntropySource get(int bitsRequired)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestEntropySourceProvider

protected TestEntropySourceProvider(byte[] data,
                                    boolean isPredictionResistant)
Method Detail

get

public EntropySource get(int bitsRequired)
Specified by:
get in interface EntropySourceProvider

Bouncy Castle Cryptography Library 1.69