org.bouncycastle.asn1.cms

Class AttributeTable


public class AttributeTable
extends java.lang.Object

Constructor Summary

AttributeTable(Hashtable attrs)
AttributeTable(ASN1Set s)
AttributeTable(DEREncodableVector v)

Method Summary

Attribute
get(DERObjectIdentifier oid)
Hashtable
toHashtable()

Constructor Details

AttributeTable

public AttributeTable(Hashtable attrs)


AttributeTable

public AttributeTable(ASN1Set s)


AttributeTable

public AttributeTable(DEREncodableVector v)

Method Details

get

public Attribute get(DERObjectIdentifier oid)


toHashtable

public Hashtable toHashtable()