Lines Matching refs:CRL

45  * Abstract class for an X.509 Certificate Revocation List (CRL).
46 * A CRL is a time-stamped list identifying revoked certificates.
51 * identified in a CRL by its certificate serial number. When a
55 * recent CRL and checks that the certificate serial number is not on
56 * that CRL. The meaning of "suitably-recent" may vary with local
57 * policy, but it usually means the most recently-issued CRL. A CA
58 * issues a new CRL on a regular periodic basis (e.g., hourly, daily, or
62 * The X.509 v2 CRL format is described below in ASN.1:
72 * Public Key Infrastructure Certificate and CRL Profile</a>.
95 * example of how to instantiate an X.509 CRL:
112 * @see CRL
117 public abstract class X509CRL extends CRL implements X509Extension {
129 * Compares this CRL for equality with the given
133 * encoded form of this CRL.
135 * @param other the object to test for equality with this CRL.
158 * Returns a hashcode value for this CRL from its
177 * Returns the ASN.1 DER-encoded form of this CRL.
186 * Verifies that this CRL was signed using the
204 * Verifies that this CRL was signed using the
225 * Gets the <code>version</code> (version number) value from the CRL.
247 * the CRL. The issuer name identifies the entity that signed (and
248 * issued) the CRL.
282 * CRL as an <code>X500Principal</code>.
298 * Gets the <code>thisUpdate</code> date from the CRL.
307 * @return the <code>thisUpdate</code> date from the CRL.
312 * Gets the <code>nextUpdate</code> date from the CRL.
314 * @return the <code>nextUpdate</code> date from the CRL, or null if
320 * Gets the CRL entry, if any, with the given certificate serialNumber.
322 * @param serialNumber the serial number of the certificate for which a CRL entry
325 * exists in this CRL.
332 * Get the CRL entry, if any, for the given certificate.
334 * <p>This method can be used to lookup CRL entries in indirect CRLs,
335 * that means CRLs that contain entries from issuers other than the CRL
337 * certificates issued by the CRL issuer. Subclasses that wish to
340 * @param certificate the certificate for which a CRL entry is to be looked
343 * exists in this CRL.
358 * Gets all the entries from this CRL.
367 * Gets the DER-encoded CRL information, the
368 * <code>tbsCertList</code> from this CRL.
371 * @return the DER-encoded CRL information.
378 * the CRL.
389 * Gets the signature algorithm name for the CRL
410 * Gets the signature algorithm OID string from the CRL.
417 * and CRL Profile</a>.
428 * CRL's signature algorithm. In most cases, the signature