Uses of Class
org.ldaptive.asn1.RDN
-
Packages that use RDN Package Description org.ldaptive.asn1 -
-
Uses of RDN in org.ldaptive.asn1
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 Constructor Description DN(RDN... names)
Deprecated.Creates a new DN.Constructor parameters in org.ldaptive.asn1 with type arguments of type RDN Constructor Description DN(java.util.Collection<RDN> names)
Deprecated.Creates a new DN.
-