QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
Storage set for constructed SSL certificate, key, associated with an authentication config. More...
#include <qgsauthconfig.h>
Public Member Functions | |
QgsPkiConfigBundle (const QgsAuthMethodConfig &config, const QSslCertificate &cert, const QSslKey &certkey, const QList< QSslCertificate > &cachain=QList< QSslCertificate >()) | |
Construct a bundle from existing PKI components and authentication method configuration. | |
QList< QSslCertificate > | caChain () const |
caChain return the CA chain | |
const QSslCertificate | clientCert () const |
Client certificate object. | |
const QSslKey | clientCertKey () const |
Private key object. | |
const QgsAuthMethodConfig | config () const |
Authentication method configuration. | |
bool | isValid () |
Whether the bundle is valid. | |
void | setCaChain (const QList< QSslCertificate > &caChain) |
setCaChain set the CA chain | |
void | setClientCert (const QSslCertificate &cert) |
Sets client certificate object. | |
void | setClientCertKey (const QSslKey &certkey) |
Sets private key object. | |
void | setConfig (const QgsAuthMethodConfig &config) |
Sets authentication method configuration. | |
Storage set for constructed SSL certificate, key, associated with an authentication config.
Definition at line 276 of file qgsauthconfig.h.
QgsPkiConfigBundle::QgsPkiConfigBundle | ( | const QgsAuthMethodConfig & | config, |
const QSslCertificate & | cert, | ||
const QSslKey & | certkey, | ||
const QList< QSslCertificate > & | cachain = QList<QSslCertificate>( ) |
||
) |
Construct a bundle from existing PKI components and authentication method configuration.
config | Authentication method configuration |
cert | Certificate to store in bundle |
certkey | Private key to store in bundle |
cachain | list of CA certificates |
Definition at line 339 of file qgsauthconfig.cpp.
|
inline |
caChain return the CA chain
Definition at line 317 of file qgsauthconfig.h.
|
inline |
Client certificate object.
Definition at line 302 of file qgsauthconfig.h.
|
inline |
Private key object.
Definition at line 308 of file qgsauthconfig.h.
|
inline |
Authentication method configuration.
Definition at line 296 of file qgsauthconfig.h.
bool QgsPkiConfigBundle::isValid | ( | ) |
Whether the bundle is valid.
Definition at line 350 of file qgsauthconfig.cpp.
|
inline |
|
inline |
Sets client certificate object.
Definition at line 305 of file qgsauthconfig.h.
|
inline |
Sets private key object.
Definition at line 311 of file qgsauthconfig.h.
|
inline |
Sets authentication method configuration.
Definition at line 299 of file qgsauthconfig.h.