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.RDNCRLDistributionPoint. getRelativeName()Returns therelativeNameof theDistributionPointName, which may benull.RDNIssuingDistributionPoint. getRelativeName()Returns therelativeNameof theDistributionPointName, which may benull.abstract RDNLdapDNStrConverter. parseRDN(java.lang.String rdn)Converts a Ldap DN string to a RDN object.abstract RDNLdapDNStrConverter. parseRDN(java.lang.String rdn, byte[] tags)Like parseRDN with a specified DER encoding order for Directory Strings.RDNLdapV3DNStrConverter. parseRDN(java.io.PushbackReader in)Parses Ldap DN string with a rdn component from a string reader to a RDN.RDNLdapV3DNStrConverter. parseRDN(java.io.PushbackReader in, byte[] encodingOrder)Like parseRDN(PushbackReader) with a DER encoding order given as argument for Directory Strings.RDNLdapV3DNStrConverter. parseRDN(java.lang.String rdn)Parse a Ldap v3 DN string with a RDN component to a RDNRDNLdapV3DNStrConverter. 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.StringLdapDNStrConverter. encodeRDN(RDN rdn)Converts an RDN object to a Ldap dn string.java.lang.StringLdapV3DNStrConverter. encodeRDN(RDN rdn)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 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.
-