OnixS C++ FIX Engine 4.13.0
API Documentation
Loading...
Searching...
No Matches
SslProtocolMinMaxVersion Struct Reference

Public Types

enum  Enum

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 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

◆ toString()

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