Searched refs:CertificateRevokedException (Results 1 – 6 of 6) sorted by relevance
25 import java.security.cert.CertificateRevokedException;38 private CertificateRevokedException getTestException() { in getTestException()43 return new CertificateRevokedException( in getTestException()102 CertificateRevokedException original = getTestException();114 CertificateRevokedException exception = getTestException();124 CertificateRevokedException exception = getTestException();134 CertificateRevokedException exception = getTestException();156 assertTrue(initial instanceof CertificateRevokedException);157 assertTrue(deserialized instanceof CertificateRevokedException);159 CertificateRevokedException expected = (CertificateRevokedException) initial;[all …]
50 public class CertificateRevokedException extends CertificateException { class88 public CertificateRevokedException(Date revocationDate, CRLReason reason, in CertificateRevokedException() method in CertificateRevokedException
657 Throwable t = new CertificateRevokedException(738 Throwable t = new CertificateRevokedException(
574 "ojluni/src/main/java/java/security/cert/CertificateRevokedException.java",
648 …a/security/cert/CertificateRevokedException.java,jdk8u/jdk8u121-b13,jdk/src/share/classes/java/sec…
8945 public class CertificateRevokedException extends java.security.cert.CertificateException {8946 …ctor public CertificateRevokedException(java.util.Date, java.security.cert.CRLReason, javax.securi…