Class LDAPUtils
java.lang.Object
org.bouncycastle.ldap.LDAPUtils
General utility methods for assisting with preparation of LDAP queries.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LDAPUtils
public LDAPUtils()
-
-
Method Details
-
parseDN
Parse out the contents of a particular subject attribute name from the string form of an X.500 DN.- Parameters:
subject- string form of an X.500 DN.subjectAttributeName- the RDN attribute name of interest.- Returns:
- an escaped string suitable for use in an LDAP query.
-