C# 클래스 Org.BouncyCastle.Asn1.Nist.NistNamedCurves

파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
GetByName ( string name ) : X9ECParameters
GetByOid ( DerObjectIdentifier oid ) : X9ECParameters
GetName ( DerObjectIdentifier oid ) : string
GetOid ( string name ) : DerObjectIdentifier

비공개 메소드들

메소드 설명
DefineCurve ( string name, DerObjectIdentifier oid ) : void
NistNamedCurves ( ) : System

메소드 상세

GetByName() 공개 정적인 메소드

public static GetByName ( string name ) : X9ECParameters
name string
리턴 Org.BouncyCastle.Asn1.X9.X9ECParameters

GetByOid() 공개 정적인 메소드

public static GetByOid ( DerObjectIdentifier oid ) : X9ECParameters
oid DerObjectIdentifier
리턴 Org.BouncyCastle.Asn1.X9.X9ECParameters

GetName() 공개 정적인 메소드

public static GetName ( DerObjectIdentifier oid ) : string
oid DerObjectIdentifier
리턴 string

GetOid() 공개 정적인 메소드

public static GetOid ( string name ) : DerObjectIdentifier
name string
리턴 DerObjectIdentifier