AusweisApp
|
#include <TlsConfiguration.h>
Öffentliche Methoden | |
void | load (const QJsonObject &pConfig) |
bool | isValid () const |
QSsl::SslProtocol | getProtocolVersion () const |
bool | getOcspStapling () const |
QList< QSslCipher > | getCiphers () const |
QList< QSslEllipticCurve > | getEllipticCurves () const |
QByteArrayList | getSignatureAlgorithms () const |
const QSslConfiguration & | getConfiguration () const |
Freundbeziehungen | |
class | SecureStorage |
class | ::test_TlsConfiguration |
bool | operator== (const TlsConfiguration &pLeft, const TlsConfiguration &pRight) |
QList< QSslCipher > TlsConfiguration::getCiphers | ( | ) | const |
const QSslConfiguration & TlsConfiguration::getConfiguration | ( | ) | const |
QList< QSslEllipticCurve > TlsConfiguration::getEllipticCurves | ( | ) | const |
bool TlsConfiguration::getOcspStapling | ( | ) | const |
QSsl::SslProtocol TlsConfiguration::getProtocolVersion | ( | ) | const |
QByteArrayList TlsConfiguration::getSignatureAlgorithms | ( | ) | const |
bool TlsConfiguration::isValid | ( | ) | const |
void TlsConfiguration::load | ( | const QJsonObject & | pConfig | ) |
|
friend |
|
friend |