Searched refs:X509CRLEntry (Results 1 – 14 of 14) sorted by relevance
67 public abstract class X509CRLEntry implements X509Extension { class83 if (!(other instanceof X509CRLEntry)) in equals()87 byte[] otherCRLEntry = ((X509CRLEntry)other).getEncoded(); in equals()
362 public abstract X509CRLEntry382 public X509CRLEntry getRevokedCertificate(X509Certificate certificate) { in getRevokedCertificate()398 public abstract Set<? extends X509CRLEntry> getRevokedCertificates(); in getRevokedCertificates()
31 import java.security.cert.X509CRLEntry;39 X509CRLEntry tbt_crlentry;44 private class TBTCRLEntry extends X509CRLEntry {
29 import java.security.cert.X509CRLEntry;141 public X509CRLEntry getRevokedCertificate(BigInteger serialNumber) { in getRevokedCertificate()146 public Set<? extends X509CRLEntry> getRevokedCertificates() { in getRevokedCertificates()
41 import java.security.cert.X509CRLEntry;138 public X509CRLEntry getRevokedCertificate(BigInteger serialNumber) { in getRevokedCertificate()142 public Set<X509CRLEntry> getRevokedCertificates() { in getRevokedCertificates()
23 import java.security.cert.X509CRLEntry;609 public X509CRLEntry getRevokedCertificate(BigInteger serialNumber) { in getRevokedCertificate()613 public Set<X509CRLEntry> getRevokedCertificates() { in getRevokedCertificates()
60 java.security.cert.X509CRLEntry[] badCerts) in X509CRLImpl()69 java.security.cert.X509CRLEntry[] badCerts, in X509CRLImpl()151 public java.security.cert.X509CRLEntry getRevokedCertificate( in getRevokedCertificate()156 public java.security.cert.X509CRLEntry getRevokedCertificate( in getRevokedCertificate()161 public java.util.Set<java.security.cert.X509CRLEntry> getRevokedCertificates() { in getRevokedCertificates()292 private java.util.List<java.security.cert.X509CRLEntry> revokedList;295 sun.security.x509.X509CRLImpl.X509IssuerSerial, java.security.cert.X509CRLEntry>
29 public class X509CRLEntryImpl extends java.security.cert.X509CRLEntry92 java.security.cert.X509CRLEntry crlEntry) { in getRevocationReason()130 public static sun.security.x509.X509CRLEntryImpl toImpl(java.security.cert.X509CRLEntry entry) in toImpl()
44 import java.security.cert.X509CRLEntry;107 private Map<X509IssuerSerial,X509CRLEntry> revokedMap = new TreeMap<>();108 private List<X509CRLEntry> revokedList = new LinkedList<>();208 X509CRLEntry[] badCerts) in X509CRLImpl()248 X509CRLEntry[] badCerts, CRLExtensions crlExts) in X509CRLImpl()311 for (X509CRLEntry entry : revokedList) { in encodeInfo()561 for (X509CRLEntry entry: revokedList) { in toString()703 public X509CRLEntry getRevokedCertificate(BigInteger serialNumber) { in getRevokedCertificate()716 public X509CRLEntry getRevokedCertificate(X509Certificate cert) { in getRevokedCertificate()732 public Set<X509CRLEntry> getRevokedCertificates() { in getRevokedCertificates()[all …]
31 import java.security.cert.X509CRLEntry;70 public class X509CRLEntryImpl extends X509CRLEntry254 public static CRLReason getRevocationReason(X509CRLEntry crlEntry) { in getRevocationReason()483 public static X509CRLEntryImpl toImpl(X509CRLEntry entry) in toImpl()
43 import java.security.cert.X509CRLEntry;387 private void assertRsaCrlEntry(CertificateFactory f, X509CRLEntry rsaEntry) throws Exception { in assertRsaCrlEntry()405 private void assertDsaCrlEntry(CertificateFactory f, X509CRLEntry dsaEntry) throws Exception { in assertDsaCrlEntry()436 Set<? extends X509CRLEntry> entries = crlRsa.getRevokedCertificates(); in getRevokedCertificates()438 for (X509CRLEntry e : entries) { in getRevokedCertificates()444 Set<? extends X509CRLEntry> entries2 = crlRsaDsa.getRevokedCertificates(); in getRevokedCertificates()511 X509CRLEntry entry1 = crl1.getRevokedCertificate(rsaCert); in test_equals()513 X509CRLEntry entry2 = crl2.getRevokedCertificate(rsaCert); in test_equals()
622 X509CRLEntry e = crl.getRevokedCertificate(cert);
593 "ojluni/src/main/java/java/security/cert/X509CRLEntry.java",
8408 …method public abstract java.security.cert.X509CRLEntry getRevokedCertificate(java.math.BigInteger);8409 …method public java.security.cert.X509CRLEntry getRevokedCertificate(java.security.cert.X509Certifi…8410 …method public abstract java.util.Set<? extends java.security.cert.X509CRLEntry> getRevokedCertific…8423 public abstract class X509CRLEntry implements java.security.cert.X509Extension {8424 ctor public X509CRLEntry();