C# Class ThirdParty.BouncyCastle.Math.BigInteger

Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Properties

Property Type Description
One BigInteger
Ten BigInteger
Three BigInteger
Two BigInteger
Zero BigInteger

Public Methods

Method Description
BigInteger ( byte bytes ) : System
BigInteger ( byte bytes, int offset, int length ) : System
CompareTo ( BigInteger value ) : int
CompareTo ( object obj ) : int
Equals ( object obj ) : bool
GetHashCode ( ) : int
Negate ( ) : BigInteger
Not ( ) : BigInteger
ToByteArray ( ) : byte[]
ToByteArrayUnsigned ( ) : byte[]
ValueOf ( long value ) : BigInteger

Private Methods

Method Description
AddMagnitudes ( int a, int b ) : int[]
AddToMagnitude ( int magToAdd ) : BigInteger
BigInteger ( ) : System
BigInteger ( int signum, int mag, bool checkMag ) : System
BitLen ( int w ) : int
CompareNoLeadingZeroes ( int xIndx, int x, int yIndx, int y ) : int
CompareTo ( int xIndx, int x, int yIndx, int y ) : int
GetByteLength ( int nBits ) : int
Inc ( ) : BigInteger
MakeMagnitude ( byte bytes, int offset, int length ) : int[]
Subtract ( int xStart, int x, int yStart, int y ) : int[]
ToByteArray ( bool unsigned ) : byte[]
calcBitLength ( int indx, int mag ) : int
createUValueOf ( ulong value ) : BigInteger
createValueOf ( long value ) : BigInteger
doSubBigLil ( int bigMag, int lilMag ) : int[]

Method Details

BigInteger() public method

public BigInteger ( byte bytes ) : System
bytes byte
return System

BigInteger() public method

public BigInteger ( byte bytes, int offset, int length ) : System
bytes byte
offset int
length int
return System

CompareTo() public method

public CompareTo ( BigInteger value ) : int
value BigInteger
return int

CompareTo() public method

public CompareTo ( object obj ) : int
obj object
return int

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Negate() public method

public Negate ( ) : BigInteger
return BigInteger

Not() public method

public Not ( ) : BigInteger
return BigInteger

ToByteArray() public method

public ToByteArray ( ) : byte[]
return byte[]

ToByteArrayUnsigned() public method

public ToByteArrayUnsigned ( ) : byte[]
return byte[]

ValueOf() public static method

public static ValueOf ( long value ) : BigInteger
value long
return BigInteger

Property Details

One public static property

public static BigInteger,ThirdParty.BouncyCastle.Math One
return BigInteger

Ten public static property

public static BigInteger,ThirdParty.BouncyCastle.Math Ten
return BigInteger

Three public static property

public static BigInteger,ThirdParty.BouncyCastle.Math Three
return BigInteger

Two public static property

public static BigInteger,ThirdParty.BouncyCastle.Math Two
return BigInteger

Zero public static property

public static BigInteger,ThirdParty.BouncyCastle.Math Zero
return BigInteger