Searched refs:isRevoked (Results 1 – 10 of 10) sorted by relevance
105 crl.isRevoked(null); in testIsRevoked()115 public boolean isRevoked(Certificate cert) { in isRevoked() method in CRLTest.MyCRL
194 public boolean isRevoked(Certificate cert) { in isRevoked() method in X509CRL2Test.MyX509CRL
84 public boolean isRevoked(Certificate cert) { in isRevoked() method in X509CRLTest.TBTCRL
547 public boolean isRevoked(Certificate cert) { in isRevoked() method in X509CRLSelector2Test.TestCRL
183 isRevoked(f); in test_Provider()261 private void isRevoked(CertificateFactory f) throws Exception { in isRevoked() method in X509CRLTest267 assertTrue(crlRsa.isRevoked(rsaCert)); in isRevoked()268 assertFalse(crlRsa.isRevoked(dsaCert)); in isRevoked()270 assertTrue(crlRsaDsa.isRevoked(rsaCert)); in isRevoked()271 assertTrue(crlRsaDsa.isRevoked(dsaCert)); in isRevoked()274 assertFalse(crlRsa.isRevoked(null)); in isRevoked()
87 public abstract boolean isRevoked(Certificate cert); in isRevoked() method in CRL
56 public boolean isRevoked(Certificate cert) { in isRevoked() method in MyCRL
127 public boolean isRevoked(java.security.cert.Certificate cert) { in isRevoked() method in X509CRLImpl
608 public boolean isRevoked(Certificate cert) { in isRevoked() method in X509CRLImpl
8701 method public abstract boolean isRevoked(java.security.cert.Certificate);