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

Inheritance: ICloneable
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Copy ( ) : IntArray
resizedInts ( int newLen ) : int[]

Method Details

AddShifted() public méthode

public AddShifted ( IntArray other, int shift ) : void
other IntArray
shift int
Résultat void

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

FlipBit() public méthode

public FlipBit ( int n ) : void
n int
Résultat void

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetUsedLength() public méthode

public GetUsedLength ( ) : int
Résultat int

IntArray() public méthode

public IntArray ( BigInteger bigInt ) : System
bigInt BigInteger
Résultat System

IntArray() public méthode

public IntArray ( BigInteger bigInt, int minIntLen ) : System
bigInt BigInteger
minIntLen int
Résultat System

IntArray() public méthode

public IntArray ( int intLen ) : System
intLen int
Résultat System

Multiply() public méthode

public Multiply ( IntArray other, int m ) : IntArray
other IntArray
m int
Résultat IntArray

Reduce() public méthode

public Reduce ( int m, int redPol ) : void
m int
redPol int
Résultat void

SetBit() public méthode

public SetBit ( int n ) : void
n int
Résultat void

ShiftLeft() public méthode

public ShiftLeft ( int n ) : IntArray
n int
Résultat IntArray

ShiftLeft() public méthode

public ShiftLeft ( ) : void
Résultat void

Square() public méthode

public Square ( int m ) : IntArray
m int
Résultat IntArray

TestBit() public méthode

public TestBit ( int n ) : bool
n int
Résultat bool

ToBigInteger() public méthode

public ToBigInteger ( ) : BigInteger
Résultat BigInteger

ToString() public méthode

public ToString ( ) : string
Résultat string