easyssl 0.50.142aaef
EasySSL is base back end library for your c++ Qt projects.
EasySSL::SelfSignedSertificate Struct Reference

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
 

Detailed Description

The SelfSignedSertificate struct contains qt certificate object and private key of them.

Definition at line 33 of file icertificate.h.

Collaboration diagram for EasySSL::SelfSignedSertificate:
Collaboration graph

Constructor & Destructor Documentation

◆ SelfSignedSertificate() [1/2]

EasySSL::SelfSignedSertificate::SelfSignedSertificate ( )
inline

Definition at line 34 of file icertificate.h.

◆ SelfSignedSertificate() [2/2]

EasySSL::SelfSignedSertificate::SelfSignedSertificate ( const SelfSignedSertificate other)
inline

Definition at line 35 of file icertificate.h.

Member Data Documentation

◆ crt

QSslCertificate EasySSL::SelfSignedSertificate::crt

Definition at line 39 of file icertificate.h.

◆ key

QSslKey EasySSL::SelfSignedSertificate::key

Definition at line 40 of file icertificate.h.


The documentation for this struct was generated from the following file: