Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QSslKeyPrivate Class Reference

#include <qsslkey_p.h>

+ Collaboration diagram for QSslKeyPrivate:

Public Types

using Cipher = QTlsPrivate::Cipher
 

Public Member Functions

 QSslKeyPrivate ()
 
 ~QSslKeyPrivate ()
 

Static Public Member Functions

static Q_NETWORK_EXPORT QByteArray decrypt (Cipher cipher, const QByteArray &data, const QByteArray &key, const QByteArray &iv)
 
static Q_NETWORK_EXPORT QByteArray encrypt (Cipher cipher, const QByteArray &data, const QByteArray &key, const QByteArray &iv)
 

Public Attributes

std::unique_ptr< QTlsPrivate::TlsKeybackend
 
QAtomicInt ref
 

Detailed Description

Definition at line 32 of file qsslkey_p.h.

Member Typedef Documentation

◆ Cipher

Definition at line 38 of file qsslkey_p.h.

Constructor & Destructor Documentation

◆ QSslKeyPrivate()

QSslKeyPrivate::QSslKeyPrivate ( )

Definition at line 56 of file qsslkey_p.cpp.

References backend, qCWarning, and QSslSocketPrivate::tlsBackendInUse().

+ Here is the call graph for this function:

◆ ~QSslKeyPrivate()

QSslKeyPrivate::~QSslKeyPrivate ( )

Definition at line 71 of file qsslkey_p.cpp.

References backend.

Member Function Documentation

◆ decrypt()

QByteArray QSslKeyPrivate::decrypt ( Cipher  cipher,
const QByteArray data,
const QByteArray key,
const QByteArray iv 
)
static

Definition at line 77 of file qsslkey_p.cpp.

References QSslSocketPrivate::tlsBackendInUse().

+ Here is the call graph for this function:

◆ encrypt()

QByteArray QSslKeyPrivate::encrypt ( Cipher  cipher,
const QByteArray data,
const QByteArray key,
const QByteArray iv 
)
static

Definition at line 87 of file qsslkey_p.cpp.

References QSslSocketPrivate::tlsBackendInUse().

Referenced by _q_PKCS12_shroudedKeyBag().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ backend

◆ ref

QAtomicInt QSslKeyPrivate::ref

Definition at line 44 of file qsslkey_p.h.


The documentation for this class was generated from the following files: