Package | Description |
---|---|
org.bouncycastle.crypto.prng | |
org.bouncycastle.crypto.tls |
Modifier and Type | Class and Description |
---|---|
class |
DigestRandomGenerator
Random generation based on the digest with counter.
|
class |
ReversedWindowGenerator
Takes bytes generated by an underling RandomGenerator and reverses the order in
each small window (of configurable size).
|
class |
VMPCRandomGenerator |
Constructor and Description |
---|
ReversedWindowGenerator(RandomGenerator generator,
int windowSize) |
Modifier and Type | Method and Description |
---|---|
RandomGenerator |
TlsContext.getNonceRandomGenerator() |
Modifier and Type | Method and Description |
---|---|
protected static byte[] |
TlsProtocol.createRandomBlock(boolean useGMTUnixTime,
RandomGenerator randomGenerator) |
Copyright © 2018 BouncyCastle.org. All rights reserved.