29#ifndef PT_SSL_CERTIFICATE_H
30#define PT_SSL_CERTIFICATE_H
32#include <Pt/Ssl/Api.h>
33#include <Pt/NonCopyable.h>
59 explicit Certificate(CertificateImpl* impl);
69 const CertificateImpl* impl()
const;
72 CertificateImpl* _impl;
NonCopyable()
Default constructor.
Definition NonCopyable.h:63
std::string subject() const
Returns the subject of the certificate.
~Certificate()
Destructor.
SSL/TLS streams, certificates and contexts.
Definition Client.h:50
Core module.
Definition Allocator.h:33