C# 클래스 Org.BouncyCastle.Asn1.IsisMtt.X509.DeclarationOfMajority

상속: Asn1Encodable, IAsn1Choice
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
DeclarationOfMajority ( DerGeneralizedTime dateOfBirth ) : System
DeclarationOfMajority ( bool fullAge, string country ) : System
DeclarationOfMajority ( int notYoungerThan ) : System
GetInstance ( object obj ) : DeclarationOfMajority
ToAsn1Object ( ) : Asn1Object

비공개 메소드들

메소드 설명
DeclarationOfMajority ( Asn1TaggedObject o ) : System

메소드 상세

DeclarationOfMajority() 공개 메소드

public DeclarationOfMajority ( DerGeneralizedTime dateOfBirth ) : System
dateOfBirth DerGeneralizedTime
리턴 System

DeclarationOfMajority() 공개 메소드

public DeclarationOfMajority ( bool fullAge, string country ) : System
fullAge bool
country string
리턴 System

DeclarationOfMajority() 공개 메소드

public DeclarationOfMajority ( int notYoungerThan ) : System
notYoungerThan int
리턴 System

GetInstance() 공개 정적인 메소드

public static GetInstance ( object obj ) : DeclarationOfMajority
obj object
리턴 DeclarationOfMajority

ToAsn1Object() 공개 메소드

public ToAsn1Object ( ) : Asn1Object
리턴 Asn1Object