DN.java:
Checkstyle mi amor
| | |
| | | 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". |