OnixS C++ FIX Engine  4.12.0
API Documentation
SslProtocolMinMaxVersion Struct Reference

#include <OnixS/FIXEngine/FIX/EncryptionMethod.h>

Public Types

enum  Enum {
  LowestHighest, SSL3, TLS1, TLS11,
  TLS12, TLS13
}
 

Static Public Member Functions

static ONIXS_FIXENGINE_API const char * toString (Enum version, bool min=true)
 

Detailed Description

Definition at line 38 of file EncryptionMethod.h.

Member Enumeration Documentation

enum Enum
Enumerator
LowestHighest 

The lowest or highest available SSL/TLS protocol version will be used.

SSL3 

The SSL v3.0 version will be used as the minimal or maximal SSL/TLS version.

TLS1 

The TLS v1.0 version will be used as the minimal or maximal SSL/TLS version.

TLS11 

The TLS v1.1 version will be used as the minimal or maximal SSL/TLS version.

TLS12 

The TLS v1.2 version will be used as the minimal or maximal SSL/TLS version.

TLS13 

The TLS v1.3 version will be used as the minimal or maximal SSL/TLS version.

Definition at line 39 of file EncryptionMethod.h.

Member Function Documentation

static ONIXS_FIXENGINE_API const char* toString ( Enum  version,
bool  min = true 
)
static

The documentation for this struct was generated from the following file: