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

상속: ECPoint
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

공개 메소드들

메소드 설명
Add ( ECPoint b ) : ECPoint
F2mPoint ( Org.BouncyCastle.Math.EC.ECCurve curve, ECFieldElement x, ECFieldElement y ) : System
F2mPoint ( Org.BouncyCastle.Math.EC.ECCurve curve, ECFieldElement x, ECFieldElement y, bool withCompression ) : System
Negate ( ) : ECPoint
Subtract ( ECPoint b ) : ECPoint
Twice ( ) : ECPoint

비공개 메소드들

메소드 설명
AddSimple ( F2mPoint b ) : F2mPoint
CheckPoints ( ECPoint a, ECPoint b ) : void
F2mPoint ( Org.BouncyCastle.Math.EC.ECCurve curve ) : System
SubtractSimple ( F2mPoint b ) : F2mPoint

메소드 상세

Add() 공개 메소드

public Add ( ECPoint b ) : ECPoint
b ECPoint
리턴 ECPoint

F2mPoint() 공개 메소드

public F2mPoint ( Org.BouncyCastle.Math.EC.ECCurve curve, ECFieldElement x, ECFieldElement y ) : System
curve Org.BouncyCastle.Math.EC.ECCurve
x ECFieldElement
y ECFieldElement
리턴 System

F2mPoint() 공개 메소드

public F2mPoint ( Org.BouncyCastle.Math.EC.ECCurve curve, ECFieldElement x, ECFieldElement y, bool withCompression ) : System
curve Org.BouncyCastle.Math.EC.ECCurve
x ECFieldElement
y ECFieldElement
withCompression bool
리턴 System

Negate() 공개 메소드

public Negate ( ) : ECPoint
리턴 ECPoint

Subtract() 공개 메소드

public Subtract ( ECPoint b ) : ECPoint
b ECPoint
리턴 ECPoint

Twice() 공개 메소드

public Twice ( ) : ECPoint
리턴 ECPoint