Class 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)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BigInteger

        public BigInteger​(byte[] data)
      • BigInteger

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

        public BigInteger​(java.lang.String hexData)
      • BigInteger

        public BigInteger​(int bitLength,
                          java.lang.String hexData)