Uses of Class
ice.cert.X500Name

Packages that use X500Name
ice.cert Provides support for X509 Certificates. 
ice.ssl Contains implementation of various versions of the SSL protocol. 
 

Uses of X500Name in ice.cert
 

Methods in ice.cert that return X500Name
 X500Name X509Certificate.getSubject()
          Returns the distinguished name of the certificate's owner
 X500Name X509Certificate.getIssuer()
          Returns the distinguished name of the certificate issuer
static X500Name[] X500Name.parseNames(byte[] rdnSequence)
           
static X500Name X500Name.parseName(byte[] rdnSequence)
           
 

Uses of X500Name in ice.ssl
 

Methods in ice.ssl with parameters of type X500Name
 X509Certificate[] CertificateManager.selectName(X500Name[] names)
           
 X509Certificate[] CertificateManager.matchIssuers(X500Name[] origlist)
          Returns the list of client certificate issued by any of the signers in origlist.
 X509Certificate[] CertificateCallback.selectName(X500Name[] names)
          This method is invoked everytime the SSL layer recieves a certificate request.