B2BITS FIX Antenna C++ 2.32.1
Loading...
Searching...
No Matches
Variables
FixMessages::SG_FIX44::EncryptMethod Namespace Reference

Variables

static const int DES = 2
 DES (ECB mode) = 2.
 
static const int NONE_OTHER = 0
 None / other = 0.
 
static const int PEM_DES_MD5 = 6
 PEM/DES-MD5 (see app note on FIX web site) = 6.
 
static const int PGP_DES = 4
 PGP/DES (defunct) = 4.
 
static const int PGP_DES_MD5 = 5
 PGP/DES-MD5 (see app note on FIX web site) = 5.
 
static const int PKCS = 1
 PKCS (proprietary) = 1.
 
static const int PKCS_DES = 3
 PKCS/DES (proprietary) = 3.
 

Variable Documentation

◆ DES

const int FixMessages::SG_FIX44::EncryptMethod::DES = 2
static

DES (ECB mode) = 2.

◆ NONE_OTHER

const int FixMessages::SG_FIX44::EncryptMethod::NONE_OTHER = 0
static

None / other = 0.

◆ PEM_DES_MD5

const int FixMessages::SG_FIX44::EncryptMethod::PEM_DES_MD5 = 6
static

PEM/DES-MD5 (see app note on FIX web site) = 6.

◆ PGP_DES

const int FixMessages::SG_FIX44::EncryptMethod::PGP_DES = 4
static

PGP/DES (defunct) = 4.

◆ PGP_DES_MD5

const int FixMessages::SG_FIX44::EncryptMethod::PGP_DES_MD5 = 5
static

PGP/DES-MD5 (see app note on FIX web site) = 5.

◆ PKCS

const int FixMessages::SG_FIX44::EncryptMethod::PKCS = 1
static

PKCS (proprietary) = 1.

◆ PKCS_DES

const int FixMessages::SG_FIX44::EncryptMethod::PKCS_DES = 3
static

PKCS/DES (proprietary) = 3.