OPENDJ-1585 CR-5594 Re-implement DN normalization in SDK
- Re-implement DN.toIrreversibleNormalizedByteString() using a
ByteStringBuilder, assuming attribute values can be arbitrary
bytes and escaping significant bytes
- Add DN.toIrreversibleReadableString() to return a normalized
readable representation of the DN
- Move intermediate methods to appropriate classes RDN and AVA
- Add two methods to ByteSequence
copyTo(ByteBuffer)
copyTo(CharBuffer, CharsetDecoder)
- Update DN tests with more complete data providers for
normalization