Uses of Class
org.mozilla.jss.netscape.security.x509.RDN
Packages that use RDN
-
Uses of RDN in org.mozilla.jss.netscape.security.x509
Fields in org.mozilla.jss.netscape.security.x509 declared as RDNModifier and TypeFieldDescriptionprivate RDN[]X500Name.namesprivate RDNCRLDistributionPoint.relativeNameprivate RDNIssuingDistributionPoint.relativeNameMethods in org.mozilla.jss.netscape.security.x509 that return RDNModifier and TypeMethodDescriptionRDN[]X500Name.getNames()Returns an array of RDN in the X500Name.CRLDistributionPoint.getRelativeName()Returns therelativeNameof theDistributionPointName, which may benull.IssuingDistributionPoint.getRelativeName()Returns therelativeNameof theDistributionPointName, which may benull.X500Name.RDNEnumerator.nextElement()abstract RDNConverts a Ldap DN string to a RDN object.abstract RDNLike parseRDN with a specified DER encoding order for Directory Strings.LdapV3DNStrConverter.parseRDN(PushbackReader in) Parses Ldap DN string with a rdn component from a string reader to a RDN.LdapV3DNStrConverter.parseRDN(PushbackReader in, byte[] encodingOrder) Like parseRDN(PushbackReader) with a DER encoding order given as argument for Directory Strings.Parse a Ldap v3 DN string with a RDN component to a RDNLike parseRDN(String) with a DER encoding order given as argument for Directory Strings.Methods in org.mozilla.jss.netscape.security.x509 that return types with arguments of type RDNModifier and TypeMethodDescriptionX500Name.getRDNs()Returns an enumerator of RDNs in the X500Name.Methods in org.mozilla.jss.netscape.security.x509 with parameters of type RDNModifier and TypeMethodDescriptionabstract StringConverts an RDN object to a Ldap dn string.Converts a RDN to a Ldap v3 DN string (except in unicode).voidCRLDistributionPoint.setRelativeName(RDN relativeName) Sets therelativeNameof theDistributionPointName.voidIssuingDistributionPoint.setRelativeName(RDN relativeName) Sets therelativeNameof theDistributionPointName.Constructors in org.mozilla.jss.netscape.security.x509 with parameters of type RDNConstructor parameters in org.mozilla.jss.netscape.security.x509 with type arguments of type RDN