8 #ifndef BOTAN_X509_CRL_H__     9 #define BOTAN_X509_CRL_H__    11 #include <botan/x509_obj.h>    12 #include <botan/crl_ent.h>    36       std::vector<CRL_Entry> get_revoked() 
const;
    82       X509_CRL(
const std::string& filename,
    83                bool throw_on_unknown_critical = 
false);
    87       bool throw_on_unknown_critical;
    88       std::vector<CRL_Entry> revoked;
 X509_CRL_Error(const std::string &error)
std::runtime_error Exception