Home
last modified time | relevance | path

Searched defs:CertificateException (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/security/cert/
DCertificateException.java36 public class CertificateException extends GeneralSecurityException { class
44 public CertificateException() { in CertificateException() method in CertificateException
55 public CertificateException(String msg) { in CertificateException() method in CertificateException
70 public CertificateException(String message, Throwable cause) { in CertificateException() method in CertificateException
85 public CertificateException(Throwable cause) { in CertificateException() method in CertificateException
/libcore/ojluni/src/main/java/javax/security/cert/
DCertificateException.java42 public class CertificateException extends Exception { class
49 public CertificateException() { in CertificateException() method in CertificateException
60 public CertificateException(String msg) { in CertificateException() method in CertificateException