Home | History | Annotate | Download | only in cert

Lines Matching defs:CRL

34  * Specialized CRL types can be defined by subclassing off of this abstract
46 public abstract class CRL {
48 // the CRL type
52 * Creates a CRL of the specified type.
54 * @param type the standard name of the CRL type.
58 * for information about standard CRL types.
60 protected CRL(String type) {
65 * Returns the type of this CRL.
67 * @return the type of this CRL.
74 * Returns a string representation of this CRL.
76 * @return a string representation of this CRL.
81 * Checks whether the given certificate is on this CRL.
84 * @return true if the given certificate is on this CRL,