C# 클래스 Org.BouncyCastle.Crypto.Parameters.ECKeyParameters

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

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int

보호된 메소드들

메소드 설명
ECKeyParameters ( string algorithm, bool isPrivate, DerObjectIdentifier publicKeyParamSet ) : System
ECKeyParameters ( string algorithm, bool isPrivate, ECDomainParameters parameters ) : System
Equals ( ECKeyParameters other ) : bool

비공개 메소드들

메소드 설명
LookupParameters ( DerObjectIdentifier publicKeyParamSet ) : ECDomainParameters
VerifyAlgorithmName ( string algorithm ) : string

메소드 상세

ECKeyParameters() 보호된 메소드

protected ECKeyParameters ( string algorithm, bool isPrivate, DerObjectIdentifier publicKeyParamSet ) : System
algorithm string
isPrivate bool
publicKeyParamSet Org.BouncyCastle.Asn1.DerObjectIdentifier
리턴 System

ECKeyParameters() 보호된 메소드

protected ECKeyParameters ( string algorithm, bool isPrivate, ECDomainParameters parameters ) : System
algorithm string
isPrivate bool
parameters ECDomainParameters
리턴 System

Equals() 보호된 메소드

protected Equals ( ECKeyParameters other ) : bool
other ECKeyParameters
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int