Public Methods |
const std::string | getFromDate () const |
| Access the 'start' date of the certificate's term of validity. More...
|
const std::string | getIssuer () const |
| Access the certificate's Issuer. More...
|
const std::string | getSerial () const |
| Access the certificate's serial number. More...
|
const std::string | getSubject () const |
| Access the certificate's Subject. More...
|
const std::string | getToDate () const |
| Access the 'end' date of the certificate's term of validity. More...
|
const std::string | getVersion () const |
| Access the certificate's Version. More...
|
const bool | isExpired () const |
| Check if the certificate is expired. More...
|
const bool | isRevoked () const |
| Check if the certificate has been revoked. More...
|
Private Methods |
| SSLCert (X509 *x509) |
| SSLCert (const SSLCert &c) |
| ~SSLCert () |
SSLCert & | operator= (const SSLCert &c) |
Private Attributes |
X509 * | _x509 |
Friends |
class | SSLSocket |
class | SSLServerSocket |
class | SSLPeer |