Searched defs:X509CRL (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/security/src/main/java/java/security/cert/
H A DX509CRL.java48 public abstract class X509CRL extends CRL implements X509Extension { class in inherits:CRL,X509Extension
51 * Creates a new {@code X509CRL} instance.
53 protected X509CRL() { method in class:X509CRL
69 if (!(other instanceof X509CRL)) {
72 X509CRL obj = (X509CRL) other;
182 X509CRL crl = (X509CRL) factory

Completed in 58 milliseconds