Uses of Class
ice.cert.CertificateException

Packages that use CertificateException
ice.cert Provides support for X509 Certificates. 
 

Uses of CertificateException in ice.cert
 

Subclasses of CertificateException in ice.cert
 class CertificateEncodingException
           
 class CertificateExpiredException
           
 class CertificateNotYetValidException
           
 class CertificateParsingException
           
 

Methods in ice.cert that throw CertificateException
 X509Certificate X509CertificateFactory.generateCertificate(InputStream inStream)
          Generates a certificate object and initializes it with the data read from the input stream inStream.
 X509Certificate[] X509CertificateFactory.generateCertificates(InputStream inStream)
          Returns a (possibly empty) collection view of the certificates read from the given input stream inStream.
 void X509Certificate.verify(PublicKey key)
          Verifies that this certificate was signed using the private key that corresponds to the specified public key.
 void X509Certificate.verify(PublicKey key, String sigProvider)
          Verifies that this certificate was signed using the private key that corresponds to the specified public key.