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

/libcore/ojluni/src/main/java/java/security/cert/
H A DCRL.java34 * Specialized CRL types can be defined by subclassing off of this abstract
46 public abstract class CRL { class
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) { method in class:CRL
65 * Returns the type of this CRL.
67 * @return the type of this CRL.
74 * Returns a string representation of this CRL
[all...]
/libcore/luni/src/test/java/tests/security/cert/
H A DX509Certificate2Test.java152 // Base64 encoded form of ASN.1 DER encoded X.509 CRL
156 private static String CRL = field in class:X509Certificate2Test

Completed in 159 milliseconds