public final class DnUtils
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
private |
DnUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getRdnAttributeType(java.lang.String rdn)
Gets the attributeType of a RDN (the left part of the RDN).
|
static java.lang.String |
getRdnValue(java.lang.String rdn)
Gets the value of a RDN ( the right part of the RDN).
|
public static java.lang.String getRdnAttributeType(java.lang.String rdn)
rdn - the RDNpublic static java.lang.String getRdnValue(java.lang.String rdn)
rdn - the RDN