Bouncy Castle Cryptography Library 1.79

org.bouncycastle.crypto.prng
Interface EntropySourceProvider

All Known Implementing Classes:
BasicEntropySourceProvider, TestRandomEntropySourceProvider

public interface EntropySourceProvider


Method Summary
 EntropySource get(int bitsRequired)
           
 

Method Detail

get

public EntropySource get(int bitsRequired)

Bouncy Castle Cryptography Library 1.79