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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FixedSecureRandom.BigInteger
public FixedSecureRandom.BigInteger(byte[] data)
FixedSecureRandom.BigInteger
public FixedSecureRandom.BigInteger(int bitLength,
byte[] data)
FixedSecureRandom.BigInteger
public FixedSecureRandom.BigInteger(java.lang.String hexData)
FixedSecureRandom.BigInteger
public FixedSecureRandom.BigInteger(int bitLength,
java.lang.String hexData)