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
QQmlSslKey Class Reference

#include <qqmlsslkey_p.h>

Collaboration diagram for QQmlSslKey:

Public Member Functions

QSslKey getSslKey () const
QString keyFile () const
QSsl::KeyAlgorithm keyAlgorithm () const
QSsl::EncodingFormat keyFormat () const
QByteArray keyPassPhrase () const
QSsl::KeyType keyType () const
void setKeyFile (const QString &key)
void setKeyAlgorithm (QSsl::KeyAlgorithm value)
void setKeyFormat (QSsl::EncodingFormat value)
void setKeyPassPhrase (const QByteArray &value)
void setKeyType (QSsl::KeyType type)

Properties

QString keyFile
QSsl::KeyAlgorithm keyAlgorithm
QSsl::EncodingFormat keyFormat
QByteArray keyPassPhrase
QSsl::KeyType keyType

Friends

bool operator== (const QQmlSslKey &lvalue, const QQmlSslKey &rvalue)

Detailed Description

Definition at line 29 of file qqmlsslkey_p.h.

Member Function Documentation

◆ getSslKey()

QT_BEGIN_NAMESPACE QSslKey QQmlSslKey::getSslKey ( ) const

Definition at line 10 of file qqmlsslkey.cpp.

◆ keyAlgorithm()

QSsl::KeyAlgorithm QQmlSslKey::keyAlgorithm ( ) const
inline

Definition at line 48 of file qqmlsslkey_p.h.

◆ keyFile()

QString QQmlSslKey::keyFile ( ) const
inline

Definition at line 47 of file qqmlsslkey_p.h.

◆ keyFormat()

QSsl::EncodingFormat QQmlSslKey::keyFormat ( ) const
inline

Definition at line 49 of file qqmlsslkey_p.h.

◆ keyPassPhrase()

QByteArray QQmlSslKey::keyPassPhrase ( ) const
inline

Definition at line 50 of file qqmlsslkey_p.h.

◆ keyType()

QSsl::KeyType QQmlSslKey::keyType ( ) const
inline

Definition at line 51 of file qqmlsslkey_p.h.

◆ setKeyAlgorithm()

void QQmlSslKey::setKeyAlgorithm ( QSsl::KeyAlgorithm value)

Definition at line 38 of file qqmlsslkey.cpp.

◆ setKeyFile()

void QQmlSslKey::setKeyFile ( const QString & key)

Definition at line 30 of file qqmlsslkey.cpp.

◆ setKeyFormat()

void QQmlSslKey::setKeyFormat ( QSsl::EncodingFormat value)

Definition at line 46 of file qqmlsslkey.cpp.

◆ setKeyPassPhrase()

void QQmlSslKey::setKeyPassPhrase ( const QByteArray & value)

Definition at line 54 of file qqmlsslkey.cpp.

◆ setKeyType()

void QQmlSslKey::setKeyType ( QSsl::KeyType type)

Definition at line 62 of file qqmlsslkey.cpp.

◆ operator==

bool operator== ( const QQmlSslKey & lvalue,
const QQmlSslKey & rvalue )
friend

Definition at line 60 of file qqmlsslkey_p.h.

Property Documentation

◆ keyAlgorithm

QSsl::KeyAlgorithm QQmlSslKey::keyAlgorithm
readwrite

Definition at line 37 of file qqmlsslkey_p.h.

◆ keyFile

QString QQmlSslKey::keyFile
readwrite

Definition at line 35 of file qqmlsslkey_p.h.

◆ keyFormat

QSsl::EncodingFormat QQmlSslKey::keyFormat
readwrite

Definition at line 39 of file qqmlsslkey_p.h.

◆ keyPassPhrase

QByteArray QQmlSslKey::keyPassPhrase
readwrite

Definition at line 41 of file qqmlsslkey_p.h.

◆ keyType

QSsl::KeyType QQmlSslKey::keyType
readwrite

Definition at line 43 of file qqmlsslkey_p.h.


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