plebble
us.gov.crypto.BigIntegerConverter Class Reference

Static Public Member Functions

static byte[] GetBytes (BigInteger bigInteger, int byteCount=32)
 Obtains the bytes that represent the BigInteger as if it was a big endian 256-bit integer. More...
 

Member Function Documentation

◆ GetBytes()

static byte [] us.gov.crypto.BigIntegerConverter.GetBytes ( BigInteger  bigInteger,
int  byteCount = 32 
)
inlinestatic

Obtains the bytes that represent the BigInteger as if it was a big endian 256-bit integer.

Parameters
bigIntegerThe BigInteger to obtain the byte representation of.
Returns
Returns the bytes that represent BigInteger as if it was a 256-bit integer.

The documentation for this class was generated from the following file: