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

/libcore/luni/src/main/java/java/security/cert/
H A DCRL.java27 public abstract class CRL { class
28 // The CRL type
35 * the type for the CRL.
37 protected CRL(String type) { method in class:CRL
42 * Returns the type of this CRL.
44 * @return the type of this CRL.
51 * Returns whether the specified certificate is revoked by this CRL.
55 * @return {@code true} if the certificate is revoked by this CRL, otherwise

Completed in 214 milliseconds