Additional top-level class in compilation unit: AVAComparator.
The ASN.1 for RDNs is:
RelativeDistinguishedName ::= SET OF AttributeTypeAndValue AttributeTypeAndValue ::= SEQUENCE { type AttributeType, value AttributeValue } AttributeType ::= OBJECT IDENTIFIER AttributeValue ::= ANY DEFINED BY AttributeTypeNote that instances of this class are immutable.
Modifier and Type | Field and Description |
---|---|
pack-priv final AVA[] | |
private volatile List | |
private volatile String |
Access | Constructor and Description |
---|---|
public | |
public | |
pack-priv | |
pack-priv | |
pack-priv | |
pack-priv | |
public | |
public |
Modifier and Type | Method and Description |
---|---|
public List | |
pack-priv void | |
public boolean | equals(Object
the reference object with which to compare. obj)Overrides java. Indicates whether some other object is "equal to" this one. |
pack-priv DerValue | |
public int | |
public int | |
public String | |
public String | |
public String | |
public String | |
public String | |
private String | |
public String |
assertion | back to summary |
---|---|
pack-priv final AVA[] assertion |
avaList | back to summary |
---|---|
private volatile List<AVA> avaList |
canonicalString | back to summary |
---|---|
private volatile String canonicalString |
RDN | back to summary |
---|---|
public RDN(String name) throws IOException Constructs an RDN from its printable representation. An RDN may consist of one or multiple Attribute Value Assertions (AVAs), using '+' as a separator. If the '+' should be considered part of an AVA value, it must be preceded by '\'.
|
RDN | back to summary |
---|---|
public RDN(String name, Map<String, String> keywordMap) throws IOException Constructs an RDN from its printable representation. An RDN may consist of one or multiple Attribute Value Assertions (AVAs), using '+' as a separator. If the '+' should be considered part of an AVA value, it must be preceded by '\'.
|
RDN | back to summary |
---|---|
pack-priv RDN(String name, String format) throws IOException |
RDN | back to summary |
---|---|
pack-priv RDN(String name, String format, Map<String, String> keywordMap) throws IOException |
RDN | back to summary |
---|---|
pack-priv RDN(DerValue rdn) throws IOException |
RDN | back to summary |
---|---|
pack-priv RDN(int i) |
RDN | back to summary |
---|---|
public RDN(AVA ava) |
RDN | back to summary |
---|---|
public RDN(AVA[] avas) |
avas | back to summary |
---|---|
public List Return an immutable List of the AVAs in this RDN. |
encode | back to summary |
---|---|
pack-priv void encode(DerOutputStream out) |
equals | back to summary |
---|---|
public boolean equals(Object obj) Overrides java. Doc from java. Indicates whether some other object is "equal to" this one.
The
An equivalence relation partitions the elements it operates on into equivalence classes; all the members of an equivalence class are equal to each other. Members of an equivalence class are substitutable for each other, at least for some purposes.
|
findAttribute | back to summary |
---|---|
pack-priv DerValue findAttribute(ObjectIdentifier oid) |
hashCode | back to summary |
---|---|
public int hashCode() Overrides java. Doc from java. Returns a hash code value for this object. This method is
supported for the benefit of hash tables such as those provided by
The general contract of
|
size | back to summary |
---|---|
public int size() Return the number of AVAs in this RDN. |
toRFC1779String | back to summary |
---|---|
public String toRFC1779String() |
toRFC1779String | back to summary |
---|---|
public String toRFC1779String(Map<String, String> oidMap) |
toRFC2253String | back to summary |
---|---|
public String toRFC2253String() |
toRFC2253String | back to summary |
---|---|
public String toRFC2253String(Map<String, String> oidMap) |
toRFC2253String | back to summary |
---|---|
public String toRFC2253String(boolean canonical) |
toRFC2253StringInternal | back to summary |
---|---|
private String toRFC2253StringInternal(boolean canonical, Map<String, String> oidMap) |
toString | back to summary |
---|---|
public String toString() Overrides java. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non-
|