| Package | Description |
|---|---|
| iaik.asn1.structures |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Vector<AVA> |
RDN.avas
Repository for AttributeValueAssertion objects.
|
| Modifier and Type | Method and Description |
|---|---|
AVA |
RDN.getAVA()
This method returns one AVA.
|
AVA |
RDN.getAVA(ObjectID oid)
Returns a AttributeValueAssertion of given type
from this RelativeDistinguishedName.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Enumeration<AVA> |
RDN.elements()
Returns an enumeration of the AVAs in this RDN.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RDN.addAVA(AVA ava)
Adds a AttributeValueAssertion to this RelativeDistinguishedName.
|