Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GrayLib::cSSLMsgAlert Class Reference

#include <cSSLMsg.h>

Inheritance diagram for GrayLib::cSSLMsgAlert:
GrayLib::cSSL

Public Member Functions

SSL_ALERT_LEVEL_TYPE get_Level () const
 
SSL_ALERT_TYPE get_Description () const
 

Public Attributes

BYTE m_Level
 1 = warning SSL_ALERT_LEVEL_WARNING, 2 = fatal error. SSL_ALERT_LEVEL_FATAL More...
 
BYTE m_Description
 SSL_ALERT_TYPE. This field identifies which type of alert is being sent. 0 = Close notify, ... More...
 

Additional Inherited Members

- Static Public Attributes inherited from GrayLib::cSSL
static const size_t k_PSK_Size_Max = 32
 256 bits More...
 
static const size_t k_MAC_Size_Max = 48
 16 to 48. SHA-384 used for HMAC. like k_HashSizeMax More...
 
static const size_t k_Number_Size_Max = 1024
 Max reasonable size of a big number used for crypt purposes. 8k bits. like cBigInteger::k_SIZE_MAX. More...
 
static const size_t k_Content_Size_Max = 16384
 Size of content. >= k_MaxFragLens[MAX]. More...
 
static const WORD k_MaxFragLens [SSL_MAX_FRAG_LEN_QTY]
 

Member Function Documentation

◆ get_Description()

SSL_ALERT_TYPE GrayLib::cSSLMsgAlert::get_Description ( ) const
inline

◆ get_Level()

SSL_ALERT_LEVEL_TYPE GrayLib::cSSLMsgAlert::get_Level ( ) const
inline

Member Data Documentation

◆ m_Description

BYTE GrayLib::cSSLMsgAlert::m_Description

SSL_ALERT_TYPE. This field identifies which type of alert is being sent. 0 = Close notify, ...

◆ m_Level

BYTE GrayLib::cSSLMsgAlert::m_Level

1 = warning SSL_ALERT_LEVEL_WARNING, 2 = fatal error. SSL_ALERT_LEVEL_FATAL


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