Package | Description |
---|---|
org.ldaptive.asn1 |
Modifier and Type | Method and Description |
---|---|
static RDN[] |
RDN.decode(ByteBuffer encoded)
Converts bytes in the buffer to RDNs by reading from the current position to the limit.
|
RDN[] |
DN.getRDNs()
Returns the RDNs in this DN.
|
Constructor and Description |
---|
DN(RDN... names)
Creates a new DN.
|
Constructor and Description |
---|
DN(Collection<RDN> names)
Creates a new DN.
|
Copyright © 2017. All rights reserved.