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

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

공개 메소드들

메소드 설명
Add ( DerObjectIdentifier attrType, Asn1Encodable attrValue ) : AttributeTable
AttributeTable ( Asn1EncodableVector v ) : System
AttributeTable ( Asn1Set s ) : System
AttributeTable ( Attributes attrs ) : System
AttributeTable ( IDictionary attrs ) : System
GetAll ( DerObjectIdentifier oid ) : Asn1EncodableVector
Remove ( DerObjectIdentifier attrType ) : AttributeTable
ToAsn1EncodableVector ( ) : Asn1EncodableVector
ToAttributes ( ) : Attributes
ToDictionary ( ) : IDictionary
this ( DerObjectIdentifier oid ) : Attribute

Return the first attribute matching the given OBJECT IDENTIFIER

비공개 메소드들

메소드 설명
AddAttribute ( Attribute a ) : void
AttributeTable ( Hashtable attrs ) : System
Get ( DerObjectIdentifier oid ) : Attribute
ToHashtable ( ) : Hashtable

메소드 상세

Add() 공개 메소드

public Add ( DerObjectIdentifier attrType, Asn1Encodable attrValue ) : AttributeTable
attrType Org.BouncyCastle.Asn1.DerObjectIdentifier
attrValue Org.BouncyCastle.Asn1.Asn1Encodable
리턴 AttributeTable

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 ( Attributes attrs ) : System
attrs Attributes
리턴 System

AttributeTable() 공개 메소드

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

GetAll() 공개 메소드

public GetAll ( DerObjectIdentifier oid ) : Asn1EncodableVector
oid Org.BouncyCastle.Asn1.DerObjectIdentifier
리턴 Org.BouncyCastle.Asn1.Asn1EncodableVector

Remove() 공개 메소드

public Remove ( DerObjectIdentifier attrType ) : AttributeTable
attrType Org.BouncyCastle.Asn1.DerObjectIdentifier
리턴 AttributeTable

ToAsn1EncodableVector() 공개 메소드

public ToAsn1EncodableVector ( ) : Asn1EncodableVector
리턴 Org.BouncyCastle.Asn1.Asn1EncodableVector

ToAttributes() 공개 메소드

public ToAttributes ( ) : Attributes
리턴 Attributes

ToDictionary() 공개 메소드

public ToDictionary ( ) : IDictionary
리턴 IDictionary

this() 공개 메소드

Return the first attribute matching the given OBJECT IDENTIFIER
public this ( DerObjectIdentifier oid ) : Attribute
oid Org.BouncyCastle.Asn1.DerObjectIdentifier
리턴 Attribute