Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 33 of file qsslkey_p.h.

Member Typedef Documentation

◆ Cipher

Definition at line 39 of file qsslkey_p.h.

Constructor & Destructor Documentation

◆ QSslKeyPrivate()

QSslKeyPrivate::QSslKeyPrivate ( )

Definition at line 57 of file qsslkey_p.cpp.

◆ ~QSslKeyPrivate()

QSslKeyPrivate::~QSslKeyPrivate ( )

Definition at line 72 of file qsslkey_p.cpp.

Member Function Documentation

◆ decrypt()

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

Definition at line 78 of file qsslkey_p.cpp.

◆ encrypt()

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

Definition at line 88 of file qsslkey_p.cpp.

Member Data Documentation

◆ backend

std::unique_ptr<QTlsPrivate::TlsKey> QSslKeyPrivate::backend

Definition at line 44 of file qsslkey_p.h.

◆ ref

QAtomicInt QSslKeyPrivate::ref

Definition at line 45 of file qsslkey_p.h.


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