com.digt.trusted.asn1.cms
Class AttributeTable

java.lang.Object
  extended by com.digt.trusted.asn1.cms.AttributeTable

public class AttributeTable
extends java.lang.Object


Constructor Summary
AttributeTable(ASN1Set s)
           
AttributeTable(DEREncodableVector v)
           
AttributeTable(java.util.Hashtable attrs)
           
 
Method Summary
 Attribute get(DERObjectIdentifier oid)
           
 java.util.Hashtable toHashtable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeTable

public AttributeTable(java.util.Hashtable attrs)

AttributeTable

public AttributeTable(DEREncodableVector v)

AttributeTable

public AttributeTable(ASN1Set s)
Method Detail

get

public Attribute get(DERObjectIdentifier oid)

toHashtable

public java.util.Hashtable toHashtable()