Java org.bouncycastle.util BigIntegers fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.util BigIntegers fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.util BigIntegers.

The text is from its open source code.

Method

byte[]asUnsignedByteArray(BigInteger value)
Return the passed in value as an unsigned byte array.
byte[]asUnsignedByteArray(int length, BigInteger value)
Return the passed in value as an unsigned byte array.
BigIntegercreateRandomInRange(BigInteger min, BigInteger max, SecureRandom random)
Return a random BigInteger not less than 'min' and not greater than 'max'
BigIntegerfromUnsignedByteArray(byte[] buf)
BigIntegerfromUnsignedByteArray(byte[] buf, int off, int length)