Uses of Class
org.mozilla.jss.netscape.security.x509.LdapDNStrConverter
Packages that use LdapDNStrConverter
-
Uses of LdapDNStrConverter in org.mozilla.jss.netscape.security.x509
Subclasses of LdapDNStrConverter in org.mozilla.jss.netscape.security.x509Modifier and TypeClassDescriptionclass
A converter that converts Ldap v3 DN strings as specified in draft-ietf-asid-ldapv3-dn-03.txt to a X500Name, RDN or AVA and vice versa.class
Converts a RFC 1779 string to a X500Name, RDN or AVA object and vice versa.Fields in org.mozilla.jss.netscape.security.x509 declared as LdapDNStrConverterModifier and TypeFieldDescriptionprivate static LdapDNStrConverter
LdapDNStrConverter.defaultConverter
Methods in org.mozilla.jss.netscape.security.x509 that return LdapDNStrConverterModifier and TypeMethodDescriptionstatic LdapDNStrConverter
LdapDNStrConverter.getDefault()
Gets a global default Ldap DN String converter.Methods in org.mozilla.jss.netscape.security.x509 with parameters of type LdapDNStrConverterModifier and TypeMethodDescriptionprivate void
X500Name.generateDN
(LdapDNStrConverter ldapDNStrConverter) static void
LdapDNStrConverter.setDefault
(LdapDNStrConverter defConverter) Set the global default LdapDNStrConverter object.AVA.toLdapDNString
(LdapDNStrConverter ldapDNStrConverter) Returns a Ldap DN string with one AVA component using the specified LdapDNStrConverter.RDN.toLdapDNString
(LdapDNStrConverter ldapDNStrConverter) Returns a Ldap DN String with this RDN component using the specified LdapDNStrConverter.X500Name.toLdapDNString
(LdapDNStrConverter ldapDNStrConverter) Returns a Ldap DN String from the X500Name using the specified LdapDNStrconverter.Constructors in org.mozilla.jss.netscape.security.x509 with parameters of type LdapDNStrConverterModifierConstructorDescriptionAVA
(String avaString, LdapDNStrConverter ldapDNStrConverter) Constructs an AVA from a Ldap DN string containing one AVA component using the specified LdapDNStrConverter.RDN
(String rdnString, LdapDNStrConverter ldapDNStrConverter) Constructs a RDN from a Ldap DN string with one RDN component using the specified Ldap DN Str converter.X500Name
(String ldapDNString, LdapDNStrConverter ldapDNStrConverter) Constructs a X500Name from a Ldap DN String using the specified LdapDNStrConverter.X500Name
(String ldapDNString, LdapDNStrConverter ldapDNStrConverter, byte[] tags) Constructs a X500Name from a Ldap DN String using the specified LdapDNStrConverter.