C# Class Org.BouncyCastle.Math.EC.IntArray

Inheritance: ICloneable
Exibir arquivo Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
AddShifted ( IntArray other, int shift ) : void
Equals ( object o ) : bool
FlipBit ( int n ) : void
GetHashCode ( ) : int
GetUsedLength ( ) : int
IntArray ( BigInteger bigInt ) : System
IntArray ( BigInteger bigInt, int minIntLen ) : System
IntArray ( int intLen ) : System
Multiply ( IntArray other, int m ) : IntArray
Reduce ( int m, int redPol ) : void
SetBit ( int n ) : void
ShiftLeft ( int n ) : IntArray
ShiftLeft ( ) : void
Square ( int m ) : IntArray
TestBit ( int n ) : bool
ToBigInteger ( ) : BigInteger
ToString ( ) : string

Private Methods

Method Description
Copy ( ) : IntArray
resizedInts ( int newLen ) : int[]

Method Details

AddShifted() public method

public AddShifted ( IntArray other, int shift ) : void
other IntArray
shift int
return void

Equals() public method

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

FlipBit() public method

public FlipBit ( int n ) : void
n int
return void

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetUsedLength() public method

public GetUsedLength ( ) : int
return int

IntArray() public method

public IntArray ( BigInteger bigInt ) : System
bigInt BigInteger
return System

IntArray() public method

public IntArray ( BigInteger bigInt, int minIntLen ) : System
bigInt BigInteger
minIntLen int
return System

IntArray() public method

public IntArray ( int intLen ) : System
intLen int
return System

Multiply() public method

public Multiply ( IntArray other, int m ) : IntArray
other IntArray
m int
return IntArray

Reduce() public method

public Reduce ( int m, int redPol ) : void
m int
redPol int
return void

SetBit() public method

public SetBit ( int n ) : void
n int
return void

ShiftLeft() public method

public ShiftLeft ( int n ) : IntArray
n int
return IntArray

ShiftLeft() public method

public ShiftLeft ( ) : void
return void

Square() public method

public Square ( int m ) : IntArray
m int
return IntArray

TestBit() public method

public TestBit ( int n ) : bool
n int
return bool

ToBigInteger() public method

public ToBigInteger ( ) : BigInteger
return BigInteger

ToString() public method

public ToString ( ) : string
return string