org.mozilla.jss.pkix.primitive
public class RDN extends Object implements ASN1Value
RelativeDistinguishedName ::= SET SIZE(1..MAX) OF AttributeValueAssertion
| Nested Class Summary | |
|---|---|
| static class | RDN.Template |
| Field Summary | |
|---|---|
| static Tag | TAG |
| Constructor Summary | |
|---|---|
| RDN(AVA initialElement)
An RDN must have at least one element at all times, so an initial
element must be provided. | |
| Method Summary | |
|---|---|
| void | add(AVA ava) |
| AVA | at(int idx) |
| void | encode(OutputStream ostream) |
| void | encode(Tag implicit, OutputStream ostream) |
| Tag | getTag() |
| void | removeAt(int idx) |
| int | size() |
Throws: TooFewElementsException If removing this element would result in the RDN being empty.