easyssl 0.51.8d8e9a5
EasySSL is base back end library for your c++ Qt projects.
|
The ICertificate class is base interface for all certificate generators classes. More...
#include <icertificate.h>
Public Member Functions | |
ICertificate (const QSharedPointer< ICrypto > &generator) | |
virtual SelfSignedSertificate | create (const SslSrtData &certificateData) const =0 |
create This method create a self signed certificate. | |
Protected Member Functions | |
const QSharedPointer< ICrypto > & | keyGenerator () const |
generator This method return private key generator. | |
The ICertificate class is base interface for all certificate generators classes.
Definition at line 47 of file icertificate.h.
EasySSL::ICertificate::ICertificate | ( | const QSharedPointer< ICrypto > & | generator | ) |
Definition at line 15 of file icertificate.cpp.
|
pure virtual |
create This method create a self signed certificate.
certificateData | This input extra data of certificate. |
Implemented in EasySSL::X509.
|
protected |
generator This method return private key generator.
Definition at line 19 of file icertificate.cpp.