| Package | Description |
|---|---|
| org.cryptacular.x509.dn |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Attribute> |
Attributes.attributes
Underlying attributes.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Attribute> |
Attributes.getAll()
Gets an immutable list of attributes.
|
java.util.Iterator<Attribute> |
Attributes.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
Attributes.add(Attribute attr)
Adds the given attribute to the end of the attribute list.
|