Searched refs:OpenSSLX509CRLEntry (Results 1 - 2 of 2) sorted by relevance

/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLX509CRLEntry.java30 public class OpenSSLX509CRLEntry extends X509CRLEntry { class in inherits:X509CRLEntry
33 OpenSSLX509CRLEntry(long ctx) { method in class:OpenSSLX509CRLEntry
H A DOpenSSLX509CRL.java284 return new OpenSSLX509CRLEntry(NativeCrypto.X509_REVOKED_dup(revokedRef));
298 return new OpenSSLX509CRLEntry(NativeCrypto.X509_REVOKED_dup(x509RevokedRef));
311 final Set<OpenSSLX509CRLEntry> crlSet = new HashSet<OpenSSLX509CRLEntry>();
313 crlSet.add(new OpenSSLX509CRLEntry(entryRef));

Completed in 136 milliseconds