Bouncy Castle Cryptography Library 1.77.0

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

Constructor Detail

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)

Bouncy Castle Cryptography Library 1.77.0