| Package | Description |
|---|---|
| org.ldaptive.asn1 |
| Modifier and Type | Field and Description |
|---|---|
private RDN[] |
DN.rdns
RDNs in this RDN sequence.
|
| 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 © 2003-2019 Virginia Tech. All Rights Reserved.