Add Certificate::not_{before,after}
[libdcp.git] / src / certificate.h
index 0d333f1e2f61b6104de9a3d6866d7f98eab74565..4be673cc88f82e468f4f1b41027db6b1de122a05 100644 (file)
@@ -81,6 +81,8 @@ public:
        std::string subject_common_name () const;
        std::string subject_organization_name () const;
        std::string subject_organizational_unit_name () const;
+       struct tm not_before () const;
+       struct tm not_after () const;
 
        X509* x509 () const {
                return _certificate;