public class AttributeTable
extends java.lang.Object
Constructor and Description |
---|
AttributeTable(ASN1Set s) |
AttributeTable(DEREncodableVector v) |
AttributeTable(java.util.Hashtable attrs) |
Modifier and Type | Method and Description |
---|---|
Attribute |
get(DERObjectIdentifier oid)
Return the first attribute matching the OBJECT IDENTIFIER oid.
|
ASN1EncodableVector |
getAll(DERObjectIdentifier oid)
Return all the attributes matching the OBJECT IDENTIFIER oid.
|
ASN1EncodableVector |
toASN1EncodableVector() |
java.util.Hashtable |
toHashtable() |
public AttributeTable(java.util.Hashtable attrs)
public AttributeTable(DEREncodableVector v)
public AttributeTable(ASN1Set s)
public Attribute get(DERObjectIdentifier oid)
oid
- type of attribute required.public ASN1EncodableVector getAll(DERObjectIdentifier oid)
oid
- type of attribute required.public java.util.Hashtable toHashtable()
public ASN1EncodableVector toASN1EncodableVector()