C# 클래스 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163R2Point

상속: AbstractF2mPoint
파일 보기 프로젝트 열기: yangxuan0261/UnityShaderLab 1 사용 예제들

공개 메소드들

메소드 설명
Add ( ECPoint b ) : ECPoint
Negate ( ) : ECPoint
SecT163R2Point ( ECCurve curve, ECFieldElement x, ECFieldElement y ) : System
SecT163R2Point ( ECCurve curve, ECFieldElement x, ECFieldElement y, bool withCompression ) : System
Twice ( ) : ECPoint
TwicePlus ( ECPoint b ) : ECPoint

보호된 메소드들

메소드 설명
Detach ( ) : ECPoint

비공개 메소드들

메소드 설명
SecT163R2Point ( ECCurve curve, ECFieldElement x, ECFieldElement y, Array zs, bool withCompression ) : System

메소드 상세

Add() 공개 메소드

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

Detach() 보호된 메소드

protected Detach ( ) : ECPoint
리턴 ECPoint

Negate() 공개 메소드

public Negate ( ) : ECPoint
리턴 ECPoint

SecT163R2Point() 공개 메소드

public SecT163R2Point ( ECCurve curve, ECFieldElement x, ECFieldElement y ) : System
curve ECCurve
x ECFieldElement
y ECFieldElement
리턴 System

SecT163R2Point() 공개 메소드

public SecT163R2Point ( ECCurve curve, ECFieldElement x, ECFieldElement y, bool withCompression ) : System
curve ECCurve
x ECFieldElement
y ECFieldElement
withCompression bool
리턴 System

Twice() 공개 메소드

public Twice ( ) : ECPoint
리턴 ECPoint

TwicePlus() 공개 메소드

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