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