Enumerations

QSsl Namespace Reference

Enumerations

enum   KeyType { PrivateKey, PublicKey }
enum   EncodingFormat { Pem, Der }
enum   KeyAlgorithm { Rsa, Dsa }
enum   AlternateNameEntryType { EmailEntry, DnsEntry }
enum   SslProtocol {
  SslV3, SslV2, TlsV1, AnyProtocol,
  UnknownProtocol = -1
}

Enumeration Type Documentation

enum KeyType
Enumerator:
Pem 
Der 

Definition at line 60 of file qssl.h.

                        {
        Pem,
        Der
    };
Enumerator:
Rsa 
Dsa 

Definition at line 65 of file qssl.h.

                      {
        Rsa,
        Dsa
    };
Enumerator:
EmailEntry 
DnsEntry 

Definition at line 70 of file qssl.h.