Table of Contents

Class AttributeTableExtensions

Namespace
Org.BouncyCastle.Asn1.Cms
Assembly
BouncyCastle.Cryptography.dll
public static class AttributeTableExtensions
Inheritance
AttributeTableExtensions
Inherited Members

Methods

ToAttributeTable(Asn1EncodableVector)

public static AttributeTable ToAttributeTable(this Asn1EncodableVector v)

Parameters

v Asn1EncodableVector

Returns

AttributeTable

ToAttributeTable(Asn1Set)

public static AttributeTable ToAttributeTable(this Asn1Set s)

Parameters

s Asn1Set

Returns

AttributeTable

ToAttributeTable(IReadOnlyCollection<Attribute>)

public static AttributeTable ToAttributeTable(this IReadOnlyCollection<Attribute> attributes)

Parameters

attributes IReadOnlyCollection<Attribute>

Returns

AttributeTable