Interface | Description |
---|---|
Test | |
TestResult |
Class | Description |
---|---|
FixedSecureRandom |
A secure random that returns pre-seeded data to calls of nextBytes() or generateSeed().
|
FixedSecureRandom.BigInteger |
BigInteger Source - in this case we expect requests for data that will be used
for BigIntegers.
|
FixedSecureRandom.Data |
Data Source - in this case we just expect requests for byte arrays.
|
FixedSecureRandom.Source |
Base class for sources of fixed "Randomness"
|
NumberParsing |
Parsing
|
SimpleTest | |
SimpleTestResult | |
TestRandomBigInteger |
A fixed secure random designed to return data for someone needing to create a single BigInteger.
|
TestRandomData |
A fixed secure random designed to return data for someone needing random bytes.
|
TestRandomEntropySourceProvider |
A class for returning "quick entropy" for testing purposes.
|
UncloseableOutputStream |
Exception | Description |
---|---|
TestFailedException |