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.names
private RDN
CRLDistributionPoint.relativeName
private RDN
IssuingDistributionPoint.relativeName
Methods 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 therelativeName
of theDistributionPointName
, which may benull
.IssuingDistributionPoint.getRelativeName()
Returns therelativeName
of theDistributionPointName
, which may benull
.X500Name.RDNEnumerator.nextElement()
abstract RDN
Converts a Ldap DN string to a RDN object.abstract RDN
Like 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 String
Converts an RDN object to a Ldap dn string.Converts a RDN to a Ldap v3 DN string (except in unicode).void
CRLDistributionPoint.setRelativeName
(RDN relativeName) Sets therelativeName
of theDistributionPointName
.void
IssuingDistributionPoint.setRelativeName
(RDN relativeName) Sets therelativeName
of 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