]> WPIA git - cassiopeia.git/blobdiff - src/db/database.h
add: write back revocation dates
[cassiopeia.git] / src / db / database.h
index b67ce665107d3b2aa11107a734aa29a7f10320a5..77db633aa636de0658a5173397145f370e8b8fff 100644 (file)
@@ -57,4 +57,5 @@ public:
     virtual std::shared_ptr<TBSCertificate> fetchTBSCert( std::shared_ptr<Job> job ) = 0;
     virtual void writeBack( std::shared_ptr<Job> job, std::shared_ptr<SignedCertificate> res ) = 0;
     virtual std::pair<std::string, std::string> getRevocationInfo( std::shared_ptr<Job> job ) = 0;
+    virtual void writeBackRevocation( std::shared_ptr<Job> job, std::string date ) = 0;
 };