Table of Contents

Class DefaultAuthenticatedAttributeTableGenerator

Namespace
Org.BouncyCastle.Cms
Assembly
BouncyCastle.Cryptography.dll
public class DefaultAuthenticatedAttributeTableGenerator : CmsAttributeTableGenerator
Inheritance
DefaultAuthenticatedAttributeTableGenerator
Implements
Inherited Members

Constructors

DefaultAuthenticatedAttributeTableGenerator()

public DefaultAuthenticatedAttributeTableGenerator()

DefaultAuthenticatedAttributeTableGenerator(AttributeTable)

public DefaultAuthenticatedAttributeTableGenerator(AttributeTable attributeTable)

Parameters

attributeTable AttributeTable

Methods

CreateStandardAttributeTable(IDictionary<CmsAttributeTableParameter, object>)

protected virtual IDictionary<DerObjectIdentifier, object> CreateStandardAttributeTable(IDictionary<CmsAttributeTableParameter, object> parameters)

Parameters

parameters IDictionary<CmsAttributeTableParameter, object>

Returns

IDictionary<DerObjectIdentifier, object>

GetAttributes(IDictionary<CmsAttributeTableParameter, object>)

public virtual AttributeTable GetAttributes(IDictionary<CmsAttributeTableParameter, object> parameters)

Parameters

parameters IDictionary<CmsAttributeTableParameter, object>

Returns

AttributeTable