easyssl 0.50.142aaef
EasySSL is base back end library for your c++ Qt projects.
|
The SelfSignedSertificate struct contains qt certificate object and private key of them. More...
#include <icertificate.h>
Public Member Functions | |
SelfSignedSertificate () | |
SelfSignedSertificate (const SelfSignedSertificate &other) | |
Public Attributes | |
QSslCertificate | crt |
QSslKey | key |
The SelfSignedSertificate struct contains qt certificate object and private key of them.
Definition at line 33 of file icertificate.h.
|
inline |
Definition at line 34 of file icertificate.h.
|
inline |
Definition at line 35 of file icertificate.h.
QSslCertificate EasySSL::SelfSignedSertificate::crt |
Definition at line 39 of file icertificate.h.
QSslKey EasySSL::SelfSignedSertificate::key |
Definition at line 40 of file icertificate.h.