C# Class Org.BouncyCastle.Asn1.Cms.AttributeTable

Show file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
AddAttribute ( Attribute a ) : void
AttributeTable ( Hashtable attrs ) : System
Get ( DerObjectIdentifier oid ) : Attribute
ToHashtable ( ) : Hashtable

Method Details

Add() public method

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

AttributeTable() public method

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

AttributeTable() public method

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

AttributeTable() public method

public AttributeTable ( Attributes attrs ) : System
attrs Attributes
return System

AttributeTable() public method

public AttributeTable ( IDictionary attrs ) : System
attrs IDictionary
return System

GetAll() public method

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

Remove() public method

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

ToAsn1EncodableVector() public method

public ToAsn1EncodableVector ( ) : Asn1EncodableVector
return Org.BouncyCastle.Asn1.Asn1EncodableVector

ToAttributes() public method

public ToAttributes ( ) : Attributes
return Attributes

ToDictionary() public method

public ToDictionary ( ) : IDictionary
return IDictionary

this() public method

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