Searched refs:X509CRLEntry (Results 1 – 11 of 11) 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()
328 public abstract X509CRLEntry348 public X509CRLEntry getRevokedCertificate(X509Certificate certificate) { in getRevokedCertificate()364 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()
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()500 for (X509CRLEntry entry: revokedList) { in toString()642 public X509CRLEntry getRevokedCertificate(BigInteger serialNumber) { in getRevokedCertificate()655 public X509CRLEntry getRevokedCertificate(X509Certificate cert) { in getRevokedCertificate()671 public Set<X509CRLEntry> getRevokedCertificates() { in getRevokedCertificates()[all …]
33 import java.security.cert.X509CRLEntry;72 public class X509CRLEntryImpl extends X509CRLEntry256 public static CRLReason getRevocationReason(X509CRLEntry crlEntry) { in getRevocationReason()485 public static X509CRLEntryImpl toImpl(X509CRLEntry entry) in toImpl()
36 import java.security.cert.X509CRLEntry;329 private void assertRsaCrlEntry(CertificateFactory f, X509CRLEntry rsaEntry) throws Exception { in assertRsaCrlEntry()347 private void assertDsaCrlEntry(CertificateFactory f, X509CRLEntry dsaEntry) throws Exception { in assertDsaCrlEntry()378 Set<? extends X509CRLEntry> entries = crlRsa.getRevokedCertificates(); in getRevokedCertificates()380 for (X509CRLEntry e : entries) { in getRevokedCertificates()386 Set<? extends X509CRLEntry> entries2 = crlRsaDsa.getRevokedCertificates(); in getRevokedCertificates()453 X509CRLEntry entry1 = crl1.getRevokedCertificate(rsaCert); in test_equals()455 X509CRLEntry entry2 = crl2.getRevokedCertificate(rsaCert); in test_equals()
616 X509CRLEntry e = crl.getRevokedCertificate(cert);
468 ojluni/src/main/java/java/security/cert/X509CRLEntry.java \