C# 클래스 Org.BouncyCastle.Asn1.X509.AttributeTable

파일 보기 프로젝트 열기: nonorganic/dssnet

공개 메소드들

메소드 설명
AttributeTable ( Asn1EncodableVector v ) : System
AttributeTable ( Asn1Set s ) : System
AttributeTable ( IDictionary attrs ) : System
Get ( DerObjectIdentifier oid ) : AttributeX509
ToDictionary ( ) : IDictionary

비공개 메소드들

메소드 설명
AttributeTable ( Hashtable attrs ) : System
ToHashtable ( ) : Hashtable

메소드 상세

AttributeTable() 공개 메소드

public AttributeTable ( Asn1EncodableVector v ) : System
v Org.BouncyCastle.Asn1.Asn1EncodableVector
리턴 System

AttributeTable() 공개 메소드

public AttributeTable ( Asn1Set s ) : System
s Org.BouncyCastle.Asn1.Asn1Set
리턴 System

AttributeTable() 공개 메소드

public AttributeTable ( IDictionary attrs ) : System
attrs IDictionary
리턴 System

Get() 공개 메소드

public Get ( DerObjectIdentifier oid ) : AttributeX509
oid Org.BouncyCastle.Asn1.DerObjectIdentifier
리턴 AttributeX509

ToDictionary() 공개 메소드

public ToDictionary ( ) : IDictionary
리턴 IDictionary