| | |
| | | mayInstantiate=true, |
| | | mayExtend=false, |
| | | mayInvoke=true) |
| | | public final class DN |
| | | implements Comparable<DN>, Serializable |
| | | public final class DN implements Comparable<DN>, Serializable |
| | | { |
| | | /* |
| | | * NOTE: Any changes to the set of non-static public methods defined |
| | |
| | | * <ol> |
| | | * <li>sorting AVAs (e.g. "sn=swift+cn=matt" is greater than |
| | | * "cn=matt+sn=swift")</li> |
| | | * <li>normalizing attribute names (e.g. "commonName" is converted to "cn")</li> |
| | | * <li>normalizing attribute names (e.g. "commonName" is converted to "cn") |
| | | * </li> |
| | | * <li>normalizing attribute values (e.g. converting to lowercase)</li> |
| | | * </ol> |
| | | * Where AVA stands for "Attribute Value Assertion". |
| | |
| | | * <li>an RDN is made of one or several AVA</li> |
| | | * <li>an AVA is a attribute type and an attribute value</li> |
| | | * </ul> |
| | | * |
| | | * |
| | | * @return A normalized string representation of this DN. |
| | | */ |
| | | public String toNormalizedString() |