#include <QtCore/qglobal.h>
#include <QtCore/QFlags>
Go to the source code of this file.
|
| QSsl |
| The QSsl namespace declares enums common to all SSL classes in QtNetwork.
|
|
|
enum | QSsl::AlternateNameEntryType { QSsl::EmailEntry,
QSsl::DnsEntry
} |
| Describes the key types for alternate name entries in QSslCertificate. More...
|
|
enum | QSsl::EncodingFormat { QSsl::Pem,
QSsl::Der
} |
| Describes supported encoding formats for certificates and keys. More...
|
|
enum | QSsl::KeyAlgorithm { QSsl::Rsa,
QSsl::Dsa
} |
| Describes the different key algorithms supported by QSslKey. More...
|
|
enum | QSsl::KeyType { QSsl::PrivateKey,
QSsl::PublicKey
} |
| Describes the two types of keys QSslKey supports. More...
|
|
enum | QSsl::SslOption {
QSsl::SslOptionDisableEmptyFragments = 0x01,
QSsl::SslOptionDisableSessionTickets = 0x02,
QSsl::SslOptionDisableCompression = 0x04,
QSsl::SslOptionDisableServerNameIndication = 0x08,
QSsl::SslOptionDisableLegacyRenegotiation = 0x10
} |
| Describes the options that can be used to control the details of SSL behaviour. More...
|
|
enum | QSsl::SslProtocol {
QSsl::SslV3,
QSsl::SslV2,
QSsl::TlsV1,
QSsl::AnyProtocol,
QSsl::TlsV1SslV3,
QSsl::SecureProtocols,
QSsl::UnknownProtocol = -1
} |
| Describes the protocol of the cipher. More...
|
|