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

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

공개 메소드들

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

메소드 상세

Add() 공개 메소드

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

FpPoint() 공개 메소드

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

FpPoint() 공개 메소드

public FpPoint ( 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