|
AusweisApp2
|
#include <TlsConfiguration.h>
Öffentliche Methoden | |
| void | load (const QJsonObject &pConfig) |
| QSsl::SslProtocol | getProtocolVersion () const |
| QList< QSslCipher > | getCiphers () const |
| QVector< QSslEllipticCurve > | getEllipticCurves () const |
| QVector< SignatureAlgorithmPair > | 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 |
| QVector< QSslEllipticCurve > TlsConfiguration::getEllipticCurves | ( | ) | const |
| QSsl::SslProtocol TlsConfiguration::getProtocolVersion | ( | ) | const |
| QVector< SignatureAlgorithmPair > TlsConfiguration::getSignatureAlgorithms | ( | ) | const |
| void TlsConfiguration::load | ( | const QJsonObject & | pConfig | ) |
|
friend |
|
friend |
|
friend |