public class AttributeTable
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.Hashtable |
attributes |
Constructor and Description |
---|
AttributeTable(ASN1Set s) |
AttributeTable(DEREncodableVector v) |
AttributeTable(java.util.Hashtable attrs) |
Modifier and Type | Method and Description |
---|---|
private void |
addAttribute(DERObjectIdentifier oid,
Attribute a) |
private java.util.Hashtable |
copyTable(java.util.Hashtable in) |
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)
private void addAttribute(DERObjectIdentifier oid, Attribute a)
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()
private java.util.Hashtable copyTable(java.util.Hashtable in)
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.