C# 클래스 Org.BouncyCastle.Math.EC.IntArray

상속: ICloneable
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Copy ( ) : IntArray
resizedInts ( int newLen ) : int[]

메소드 상세

AddShifted() 공개 메소드

public AddShifted ( IntArray other, int shift ) : void
other IntArray
shift int
리턴 void

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

FlipBit() 공개 메소드

public FlipBit ( int n ) : void
n int
리턴 void

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetUsedLength() 공개 메소드

public GetUsedLength ( ) : int
리턴 int

IntArray() 공개 메소드

public IntArray ( BigInteger bigInt ) : System
bigInt BigInteger
리턴 System

IntArray() 공개 메소드

public IntArray ( BigInteger bigInt, int minIntLen ) : System
bigInt BigInteger
minIntLen int
리턴 System

IntArray() 공개 메소드

public IntArray ( int intLen ) : System
intLen int
리턴 System

Multiply() 공개 메소드

public Multiply ( IntArray other, int m ) : IntArray
other IntArray
m int
리턴 IntArray

Reduce() 공개 메소드

public Reduce ( int m, int redPol ) : void
m int
redPol int
리턴 void

SetBit() 공개 메소드

public SetBit ( int n ) : void
n int
리턴 void

ShiftLeft() 공개 메소드

public ShiftLeft ( int n ) : IntArray
n int
리턴 IntArray

ShiftLeft() 공개 메소드

public ShiftLeft ( ) : void
리턴 void

Square() 공개 메소드

public Square ( int m ) : IntArray
m int
리턴 IntArray

TestBit() 공개 메소드

public TestBit ( int n ) : bool
n int
리턴 bool

ToBigInteger() 공개 메소드

public ToBigInteger ( ) : BigInteger
리턴 BigInteger

ToString() 공개 메소드

public ToString ( ) : string
리턴 string