Package org.bouncycastle.util.test
Class FixedSecureRandom.BigInteger
- java.lang.Object
-
- org.bouncycastle.util.test.FixedSecureRandom.Source
-
- org.bouncycastle.util.test.FixedSecureRandom.BigInteger
-
- Enclosing class:
- FixedSecureRandom
public static class FixedSecureRandom.BigInteger extends FixedSecureRandom.Source
BigInteger Source - in this case we expect requests for data that will be used for BigIntegers. The FixedSecureRandom will attempt to compensate for platform differences here.
-
-
Constructor Summary
Constructors Constructor Description BigInteger(byte[] data)
BigInteger(int bitLength, byte[] data)
BigInteger(int bitLength, java.lang.String hexData)
BigInteger(java.lang.String hexData)
-