Enumerations | |
enum | KeyType { PrivateKey, PublicKey } |
enum | EncodingFormat { Pem, Der } |
enum | KeyAlgorithm { Rsa, Dsa } |
enum | AlternateNameEntryType { EmailEntry, DnsEntry } |
enum | SslProtocol { SslV3, SslV2, TlsV1, AnyProtocol, TlsV1SslV3, SecureProtocols, UnknownProtocol = -1 } |
enum | SslOption { SslOptionDisableEmptyFragments = 0x01, SslOptionDisableSessionTickets = 0x02, SslOptionDisableCompression = 0x04, SslOptionDisableServerNameIndication = 0x08, SslOptionDisableLegacyRenegotiation = 0x10 } |
enum KeyType |
enum EncodingFormat |
enum KeyAlgorithm |
enum SslProtocol |