AusweisApp2
|
#include <SecureStorage.h>
Öffentliche Typen | |
enum | TlsSuite { TlsSuite::DEFAULT, TlsSuite::PSK } |
Öffentliche Methoden | |
const QByteArrayList & | getCVRootCertificates (bool pProductive) const |
const QVector< QSslCertificate > & | getUpdateCertificates () const |
const QUrl & | getSelfAuthenticationUrl (bool pTest=false) const |
const QUrl & | getUpdateServerBaseUrl () const |
const QUrl & | getAppcastUpdateUrl () const |
const QUrl & | getAppcastBetaUpdateUrl () const |
const TlsConfiguration & | getTlsConfig (TlsSuite pTlsSuite=TlsSuite::DEFAULT) const |
const TlsConfiguration & | getTlsConfigRemote (TlsSuite pTlsSuite=TlsSuite::DEFAULT) const |
int | getMinimumStaticKeySize (QSsl::KeyAlgorithm pKeyAlgorithm) const |
int | getMinimumEphemeralKeySize (QSsl::KeyAlgorithm pKeyAlgorithm) const |
Öffentliche, statische Methoden | |
static SecureStorage & | getInstance () |
Geschützte Methoden | |
SecureStorage () | |
virtual | ~SecureStorage () |
Freundbeziehungen | |
class | ::test_SecureStorage |
|
strong |
|
protected |
|
protectedvirtual |
const QUrl & SecureStorage::getAppcastBetaUpdateUrl | ( | ) | const |
const QUrl & SecureStorage::getAppcastUpdateUrl | ( | ) | const |
const QByteArrayList & SecureStorage::getCVRootCertificates | ( | bool | pProductive | ) | const |
|
static |
int SecureStorage::getMinimumEphemeralKeySize | ( | QSsl::KeyAlgorithm | pKeyAlgorithm | ) | const |
int SecureStorage::getMinimumStaticKeySize | ( | QSsl::KeyAlgorithm | pKeyAlgorithm | ) | const |
const QUrl & SecureStorage::getSelfAuthenticationUrl | ( | bool | pTest = false | ) | const |
const TlsConfiguration & SecureStorage::getTlsConfig | ( | TlsSuite | pTlsSuite = TlsSuite::DEFAULT | ) | const |
const TlsConfiguration & SecureStorage::getTlsConfigRemote | ( | TlsSuite | pTlsSuite = TlsSuite::DEFAULT | ) | const |
const QVector< QSslCertificate > & SecureStorage::getUpdateCertificates | ( | ) | const |
const QUrl & SecureStorage::getUpdateServerBaseUrl | ( | ) | const |
|
friend |