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

RFC 3126: 4.2.2 Complete Revocation Refs Attribute Definition OtherRevRefs ::= SEQUENCE { otherRevRefType OtherRevRefType, otherRevRefs ANY DEFINED BY otherRevRefType } OtherRevRefType ::= OBJECT IDENTIFIER
상속: Asn1Encodable
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
GetInstance ( object obj ) : OtherRevRefs
OtherRevRefs ( DerObjectIdentifier otherRevRefType, Asn1Encodable otherRevRefs ) : System
ToAsn1Object ( ) : Asn1Object

비공개 메소드들

메소드 설명
OtherRevRefs ( Asn1Sequence seq ) : System

메소드 상세

GetInstance() 공개 정적인 메소드

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

OtherRevRefs() 공개 메소드

public OtherRevRefs ( DerObjectIdentifier otherRevRefType, Asn1Encodable otherRevRefs ) : System
otherRevRefType DerObjectIdentifier
otherRevRefs Asn1Encodable
리턴 System

ToAsn1Object() 공개 메소드

public ToAsn1Object ( ) : Asn1Object
리턴 Asn1Object