| java.lang.Object org.bouncycastle.crypto.prng.DigestRandomGenerator
DigestRandomGenerator | public class DigestRandomGenerator implements RandomGenerator(Code) | | Random generation based on the digest with counter. Calling addSeedMaterial will
always increase the entropy of the hash.
Internal access to the digest is synchronized so a single one of these can be shared.
|
DigestRandomGenerator | public DigestRandomGenerator(Digest digest)(Code) | | |
addSeedMaterial | public void addSeedMaterial(byte[] inSeed)(Code) | | |
addSeedMaterial | public void addSeedMaterial(long rSeed)(Code) | | |
nextBytes | public void nextBytes(byte[] bytes)(Code) | | |
nextBytes | public void nextBytes(byte[] bytes, int start, int len)(Code) | | |
|
|