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
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
ConstructorDescriptionBigInteger
(byte[] data) BigInteger
(int bitLength, byte[] data) BigInteger
(int bitLength, String hexData) BigInteger
(String hexData) -
Method Summary
-
Constructor Details
-
BigInteger
public BigInteger(byte[] data) -
BigInteger
public BigInteger(int bitLength, byte[] data) -
BigInteger
-
BigInteger
-