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

상속: ECPoint
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6

공개 메소드들

메소드 설명
GetEncoded ( ) : byte[]
Multiply ( BigInteger k ) : ECPoint

보호된 메소드들

메소드 설명
ECPointBase ( Org.BouncyCastle.Math.EC.ECCurve curve, ECFieldElement x, ECFieldElement y, bool withCompression ) : System

메소드 상세

ECPointBase() 보호된 메소드

protected ECPointBase ( 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

GetEncoded() 공개 메소드

public GetEncoded ( ) : byte[]
리턴 byte[]

Multiply() 공개 메소드

public Multiply ( BigInteger k ) : ECPoint
k BigInteger
리턴 ECPoint