Uses of Class
netscape.security.x509.RDN
-
Packages that use RDN Package Description netscape.security.x509 -
-
Uses of RDN in netscape.security.x509
Methods in netscape.security.x509 that return RDN Modifier and Type Method Description RDN[]
X500Name. getNames()
Returns an array of RDN in the X500Name.RDN
CRLDistributionPoint. getRelativeName()
Returns therelativeName
of theDistributionPointName
, which may benull
.RDN
IssuingDistributionPoint. getRelativeName()
Returns therelativeName
of theDistributionPointName
, which may benull
.abstract RDN
LdapDNStrConverter. parseRDN(java.lang.String rdn)
Converts a Ldap DN string to a RDN object.abstract RDN
LdapDNStrConverter. parseRDN(java.lang.String rdn, byte[] tags)
Like parseRDN with a specified DER encoding order for Directory Strings.RDN
LdapV3DNStrConverter. parseRDN(java.io.PushbackReader in)
Parses Ldap DN string with a rdn component from a string reader to a RDN.RDN
LdapV3DNStrConverter. parseRDN(java.io.PushbackReader in, byte[] encodingOrder)
Like parseRDN(PushbackReader) with a DER encoding order given as argument for Directory Strings.RDN
LdapV3DNStrConverter. parseRDN(java.lang.String rdn)
Parse a Ldap v3 DN string with a RDN component to a RDNRDN
LdapV3DNStrConverter. parseRDN(java.lang.String rdn, byte[] encodingOrder)
Like parseRDN(String) with a DER encoding order given as argument for Directory Strings.Methods in netscape.security.x509 that return types with arguments of type RDN Modifier and Type Method Description java.util.Enumeration<RDN>
X500Name. getRDNs()
Returns an enumerator of RDNs in the X500Name.Methods in netscape.security.x509 with parameters of type RDN Modifier and Type Method Description abstract java.lang.String
LdapDNStrConverter. encodeRDN(RDN rdn)
Converts an RDN object to a Ldap dn string.java.lang.String
LdapV3DNStrConverter. encodeRDN(RDN rdn)
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 netscape.security.x509 with parameters of type RDN Constructor Description X500Name(RDN[] rdns)
Constructs a X500Name from array of RDN.Constructor parameters in netscape.security.x509 with type arguments of type RDN Constructor Description X500Name(java.util.Vector<RDN> rdnVector)
convenience method.
-