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

상속: Org.BouncyCastle.Math.EC.ECCurve
파일 보기 프로젝트 열기: retroplasma/binsync

공개 메소드들

메소드 설명
DecodePoint ( Array encoded ) : ECPoint

보호된 메소드들

메소드 설명
DecompressPoint ( int yTilde, BigInteger X1 ) : ECPoint
ECCurveBase ( ) : System

메소드 상세

DecodePoint() 공개 메소드

public DecodePoint ( Array encoded ) : ECPoint
encoded Array
리턴 ECPoint

DecompressPoint() 보호된 추상적인 메소드

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

ECCurveBase() 보호된 메소드

protected ECCurveBase ( ) : System
리턴 System