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

상속: ECCurveBase
파일 보기 프로젝트 열기: retroplasma/binsync 1 사용 예제들

공개 메소드들

메소드 설명
CreatePoint ( BigInteger X1, BigInteger Y1, bool withCompression ) : ECPoint
Equals ( object obj ) : bool
FpCurve ( BigInteger q, BigInteger a, BigInteger b ) : System
FromBigInteger ( BigInteger x ) : ECFieldElement
GetHashCode ( ) : int

보호된 메소드들

메소드 설명
DecompressPoint ( int yTilde, BigInteger X1 ) : ECPoint
Equals ( FpCurve other ) : bool

메소드 상세

CreatePoint() 공개 메소드

public CreatePoint ( BigInteger X1, BigInteger Y1, bool withCompression ) : ECPoint
X1 BigInteger
Y1 BigInteger
withCompression bool
리턴 ECPoint

DecompressPoint() 보호된 메소드

protected DecompressPoint ( int yTilde, BigInteger X1 ) : ECPoint
yTilde int
X1 BigInteger
리턴 ECPoint

Equals() 보호된 메소드

protected Equals ( FpCurve other ) : bool
other FpCurve
리턴 bool

Equals() 공개 메소드

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

FpCurve() 공개 메소드

public FpCurve ( BigInteger q, BigInteger a, BigInteger b ) : System
q BigInteger
a BigInteger
b BigInteger
리턴 System

FromBigInteger() 공개 메소드

public FromBigInteger ( BigInteger x ) : ECFieldElement
x BigInteger
리턴 ECFieldElement

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int