Library: NetSSL_OpenSSL
Package: SSLCore
Header: Poco/Net/X509Certificate.h
This class represents an X509 Certificate.
Member Functions: certificate, issuerName, subjectName
X509Certificate(
X509 * pCert
);
Creates the X509Certificate.
~X509Certificate();
Destroys the X509Certificate.
const X509 * certificate() const;
Returns the OpenSSL certificate.
const std::string & issuerName() const;
Returns the certificate issuer name.
const std::string & subjectName() const;
Returns the certificate subject name.