Uses of Class
org.ldaptive.asn1.RDN

Packages that use RDN
org.ldaptive.asn1   
 

Uses of RDN in org.ldaptive.asn1
 

Methods in org.ldaptive.asn1 that return RDN
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.
 

Constructors in org.ldaptive.asn1 with parameters of type RDN
DN(RDN... names)
          Creates a new DN.
 

Constructor parameters in org.ldaptive.asn1 with type arguments of type RDN
DN(Collection<RDN> names)
          Creates a new DN.
 



Copyright © 2003-2015 Virginia Tech. All Rights Reserved.