| Package | Description |
|---|---|
| org.cryptacular.x509.dn |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<RDN> |
RDNSequence.rdns
Maintains the list/sequence of RDNs.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<RDN> |
RDNSequence.backward() |
java.util.Iterator<RDN> |
RDNSequence.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
RDNSequence.add(RDN rdn)
Adds an RDN to the sequence.
|