| | |
| | | * valid attribute name from the |
| | | * provided DN string. |
| | | */ |
| | | public static int parseAttributeName(byte[] dnBytes, int pos, |
| | | StringBuilder attributeName, |
| | | boolean allowExceptions) |
| | | static int parseAttributeName(byte[] dnBytes, int pos, |
| | | StringBuilder attributeName, |
| | | boolean allowExceptions) |
| | | throws DirectoryException |
| | | { |
| | | assert debugEnter(CLASS_NAME, "parseAttributeName", |
| | |
| | | * valid attribute name from the |
| | | * provided DN string. |
| | | */ |
| | | public static int parseAttributeName(String dnString, int pos, |
| | | StringBuilder attributeName, |
| | | boolean allowExceptions) |
| | | static int parseAttributeName(String dnString, int pos, |
| | | StringBuilder attributeName, |
| | | boolean allowExceptions) |
| | | throws DirectoryException |
| | | { |
| | | assert debugEnter(CLASS_NAME, "parseAttributeName", |
| | |
| | | * valid attribute value from the |
| | | * provided DN string. |
| | | */ |
| | | public static int parseAttributeValue(byte[] dnBytes, int pos, |
| | | ByteString attributeValue) |
| | | static int parseAttributeValue(byte[] dnBytes, int pos, |
| | | ByteString attributeValue) |
| | | throws DirectoryException |
| | | { |
| | | assert debugEnter(CLASS_NAME, "parseAttributeValue", |
| | |
| | | * valid attribute value from the |
| | | * provided DN string. |
| | | */ |
| | | public static int parseAttributeValue(String dnString, int pos, |
| | | ByteString attributeValue) |
| | | static int parseAttributeValue(String dnString, int pos, |
| | | ByteString attributeValue) |
| | | throws DirectoryException |
| | | { |
| | | assert debugEnter(CLASS_NAME, "parseAttributeValue", |
| | |
| | | * @throws DirectoryException If any problem occurs during the |
| | | * decoding process. |
| | | */ |
| | | public static void appendHexChars(String dnString, |
| | | StringBuilder valueString, |
| | | StringBuilder hexChars) |
| | | private static void appendHexChars(String dnString, |
| | | StringBuilder valueString, |
| | | StringBuilder hexChars) |
| | | throws DirectoryException |
| | | { |
| | | try |