Frames | No Frames |
Classes derived from javax.security.cert.CertificateException | |
class | Signals a problem when encoding certificates.
This class is deprecated in favor of the CertificateEncodingException class. |
class | Signals that a certificate has expired.
This class is deprecated in favor of the CertificateExpiredException class. |
class | Signals that a certificate is not yet valid.
This class is deprecated in favor of the CertificateNotYetValidException class. |
class | Signals a parsing error when decoding a certificate.
This class is deprecated. |
Methods which throw type javax.security.cert.CertificateException | |
X509Certificate | X509Certificate.getInstance(byte[] encoded) Get an instance of X509Certificate for the given encoded bytes.
|
X509Certificate | Get an instance of X509Certificate for the given encoded stream.
|
void | Verifies the signature of this certificate.
|
void | Verifies the signature of this certificate, using the specified security
provider.
|