#include <x509cert.h>
Public Member Functions | |
X509Certificate (const SslSocket &so) throw (std::runtime_error) | |
Constructor. | |
~X509Certificate () | |
Destructor. | |
const std::string & | name () const |
Name appearing in certificate. | |
const std::string & | issuer () const |
Issuer appearing in certificate. | |
Private Attributes | |
std::string | name_ |
std::string | issuer_ |
Definition at line 17 of file x509cert.h.
|
Constructor. The server certificate is retrieved from the client socket.
|
|
Destructor.
Definition at line 25 of file x509cert.h. |
|
Name appearing in certificate.
Definition at line 28 of file x509cert.h. References name_. |
|
Issuer appearing in certificate.
Definition at line 30 of file x509cert.h. References issuer_. |
|
Definition at line 32 of file x509cert.h. Referenced by name(). |
|
Definition at line 33 of file x509cert.h. Referenced by issuer(). |