29 #ifndef PT_SSL_CERTIFICATE_H
30 #define PT_SSL_CERTIFICATE_H
32 #include <Pt/Ssl/Api.h>
33 #include <Pt/NonCopyable.h>
40 class CertificateImpl;
58 const CertificateImpl* impl()
const;
61 CertificateImpl* _impl;
68 #endif // PT_SSL_CERTIFICATELIST_H
Core module.
Definition: Allocator.h:33
~Certificate()
Destructor.
X509 certificate.
Definition: Certificate.h:45
Protects derived classes from being copied.
Definition: NonCopyable.h:54
std::string subject() const
Returns the subject of the certificate.