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 Details

    • BigInteger

      public BigInteger(byte[] data)
    • BigInteger

      public BigInteger(int bitLength, byte[] data)
    • BigInteger

      public BigInteger(String hexData)
    • BigInteger

      public BigInteger(int bitLength, String hexData)