libdcp
|
Certificate class. More...
#include "local_time.h"
#include <openssl/x509.h>
#include <boost/filesystem.hpp>
#include <string>
#include <list>
Go to the source code of this file.
Classes | |
class | dcp::Certificate |
A wrapper for an X509 certificate. More... | |
Namespaces | |
dcp | |
Namespace for everything in libdcp. | |
Functions | |
bool | dcp::operator== (Certificate const &a, Certificate const &b) |
bool | dcp::operator< (Certificate const &a, Certificate const &b) |
std::ostream & | dcp::operator<< (std::ostream &s, Certificate const &c) |
Certificate class.
Definition in file certificate.h.