Uses of Class
javax.security.cert.CertificateException
| Package | Description |
|---|---|
| javax.security.cert |
This package is provided only for compatibility reasons.
|
-
Uses of CertificateException in javax.security.cert
Subclasses of CertificateException in javax.security.cert Modifier and Type Class Description classCertificateEncodingExceptionThe exception that is thrown when an error occurs while aCertificateis being encoded.classCertificateExpiredExceptionThe exception that is thrown when aCertificatehas expired.classCertificateNotYetValidExceptionThe exception that is thrown when aCertificateis not yet valid.classCertificateParsingExceptionThe exception that is thrown when aCertificatecan not be parsed.Methods in javax.security.cert that throw CertificateException Modifier and Type Method Description static X509CertificateX509Certificate. getInstance(byte[] certData)Creates a newX509Certificateand initializes it from the specified byte array.static X509CertificateX509Certificate. getInstance(InputStream inStream)Creates a newX509Certificateand initializes it from the specified input stream.abstract voidCertificate. verify(PublicKey key)Verifies that this certificate was signed with the given public key.abstract voidCertificate. verify(PublicKey key, String sigProvider)Verifies that this certificate was signed with the given public key.