Uses of Class
org.ldaptive.asn1.RDN

Packages that use RDN
Package
Description
 
  • Uses of RDN in org.ldaptive.asn1

    Fields in org.ldaptive.asn1 declared as RDN
    Modifier and Type
    Field
    Description
    private final RDN[]
    DN.rdns
    Deprecated.
    RDNs in this RDN sequence.
    Methods in org.ldaptive.asn1 that return RDN
    Modifier and Type
    Method
    Description
    static RDN[]
    RDN.decode(DERBuffer encoded)
    Deprecated.
    Converts bytes in the buffer to RDNs by reading from the current position to the limit.
    RDN[]
    DN.getRDNs()
    Deprecated.
    Returns the RDNs in this DN.
    Constructors in org.ldaptive.asn1 with parameters of type RDN
    Modifier
    Constructor
    Description
     
    DN(RDN... names)
    Deprecated.
    Creates a new DN.
    Constructor parameters in org.ldaptive.asn1 with type arguments of type RDN
    Modifier
    Constructor
    Description
     
    DN(Collection<RDN> names)
    Deprecated.
    Creates a new DN.