public final class DistinguishedNameParser extends Object
| Constructor and Description |
|---|
DistinguishedNameParser(X500Principal principal) |
| Modifier and Type | Method and Description |
|---|---|
String |
findMostSpecific(String attributeType)
Parses the DN and returns the most significant attribute value
for an attribute type, or null if none found.
|
List<String> |
getAllMostSpecificFirst(String attributeType)
Parses the DN and returns all values for an attribute type, in
the order of decreasing significance (most significant first).
|
public DistinguishedNameParser(X500Principal principal)