public static class FixedSecureRandom.BigInteger extends FixedSecureRandom.Source
Constructor and Description |
---|
FixedSecureRandom.BigInteger(byte[] data) |
FixedSecureRandom.BigInteger(int bitLength,
byte[] data) |
FixedSecureRandom.BigInteger(int bitLength,
java.lang.String hexData) |
FixedSecureRandom.BigInteger(java.lang.String hexData) |
public FixedSecureRandom.BigInteger(byte[] data)
public FixedSecureRandom.BigInteger(int bitLength, byte[] data)
public FixedSecureRandom.BigInteger(java.lang.String hexData)
public FixedSecureRandom.BigInteger(int bitLength, java.lang.String hexData)