Package org.bouncycastle.util.test
package org.bouncycastle.util.test
-
ClassDescriptionA secure random that returns pre-seeded data to calls of nextBytes() or generateSeed().BigInteger Source - in this case we expect requests for data that will be used for BigIntegers.Data Source - in this case we just expect requests for byte arrays.Base class for sources of fixed "Randomness"ParsingA fixed secure random designed to return data for someone needing to create a single BigInteger.A fixed secure random designed to return data for someone needing random bytes.A class for returning "quick entropy" for testing purposes.This is a testing utility class to check the property that an
OutputStream
is never closed in some particular context - typically when wrapped by anotherOutputStream
that should not be forwarding itsOutputStream.close()
calls.