org.bouncycastle.asn1.cms
public class AttributeTable extends Object
Constructor Summary | |
---|---|
AttributeTable(Hashtable attrs) | |
AttributeTable(DEREncodableVector v) | |
AttributeTable(ASN1Set s) |
Method Summary | |
---|---|
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() |
Hashtable | toHashtable() |
Parameters: oid type of attribute required.
Returns: first attribute found of type oid.
Parameters: oid type of attribute required.
Returns: a vector of all the attributes found of type oid.