C# 클래스 Org.BouncyCastle.Asn1.Esf.CommitmentTypeIndication

상속: Org.BouncyCastle.Asn1.Asn1Encodable
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
CommitmentTypeIndication ( Asn1Sequence seq ) : System
CommitmentTypeIndication ( DerObjectIdentifier commitmentTypeId ) : System
CommitmentTypeIndication ( DerObjectIdentifier commitmentTypeId, Asn1Sequence commitmentTypeQualifier ) : System
GetInstance ( object obj ) : CommitmentTypeIndication
ToAsn1Object ( ) : Asn1Object

메소드 상세

CommitmentTypeIndication() 공개 메소드

public CommitmentTypeIndication ( Asn1Sequence seq ) : System
seq Org.BouncyCastle.Asn1.Asn1Sequence
리턴 System

CommitmentTypeIndication() 공개 메소드

public CommitmentTypeIndication ( DerObjectIdentifier commitmentTypeId ) : System
commitmentTypeId Org.BouncyCastle.Asn1.DerObjectIdentifier
리턴 System

CommitmentTypeIndication() 공개 메소드

public CommitmentTypeIndication ( DerObjectIdentifier commitmentTypeId, Asn1Sequence commitmentTypeQualifier ) : System
commitmentTypeId Org.BouncyCastle.Asn1.DerObjectIdentifier
commitmentTypeQualifier Org.BouncyCastle.Asn1.Asn1Sequence
리턴 System

GetInstance() 공개 정적인 메소드

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

ToAsn1Object() 공개 메소드

public ToAsn1Object ( ) : Asn1Object
리턴 Org.BouncyCastle.Asn1.Asn1Object