public final class DNParser extends Object
| Modifier and Type | Method and Description |
|---|---|
protected char |
getUTF8()
Decodes a UTF-8 char.
|
List<List<AttributeTypeAndValue>> |
parse()
Parses DN
|
public DNParser(String dn) throws IOException
dn - - distinguished name string to be parsedIOExceptionprotected char getUTF8()
throws IOException
IOExceptionpublic List<List<AttributeTypeAndValue>> parse() throws IOException
IOException