C# Class Org.BouncyCastle.Cms.DefaultSignedAttributeTableGenerator

Inheritance: CmsAttributeTableGenerator
Show file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
DefaultSignedAttributeTableGenerator ( ) : System
DefaultSignedAttributeTableGenerator ( AttributeTable attributeTable ) : System
GetAttributes ( IDictionary parameters ) : AttributeTable

Protected Methods

Method Description
createStandardAttributeTable ( IDictionary parameters ) : Hashtable
createStandardAttributeTable ( IDictionary parameters ) : IDictionary

Private Methods

Method Description
DoCreateStandardAttributeTable ( IDictionary parameters, IDictionary std ) : void

Method Details

DefaultSignedAttributeTableGenerator() public method

public DefaultSignedAttributeTableGenerator ( ) : System
return System

DefaultSignedAttributeTableGenerator() public method

public DefaultSignedAttributeTableGenerator ( AttributeTable attributeTable ) : System
attributeTable Org.BouncyCastle.Asn1.Cms.AttributeTable
return System

GetAttributes() public method

public GetAttributes ( IDictionary parameters ) : AttributeTable
parameters IDictionary
return Org.BouncyCastle.Asn1.Cms.AttributeTable

createStandardAttributeTable() protected method

protected createStandardAttributeTable ( IDictionary parameters ) : Hashtable
parameters IDictionary
return System.Collections.Hashtable

createStandardAttributeTable() protected method

protected createStandardAttributeTable ( IDictionary parameters ) : IDictionary
parameters IDictionary
return IDictionary