![]() |
WL865E4-P
36.07.001
|
SSL certificate information for conversion and storage. More...
#include <m2mb_ssl.h>
Data Fields | |
UINT8 * | cert_Buf |
UINT32 | cert_Size |
UINT8 * | key_Buf |
UINT32 | key_Size |
UINT8 * | pass_Key |
SSL certificate information for conversion and storage.
Definition at line 232 of file m2mb_ssl.h.
UINT8* cert_Buf |
Client certificate buffer.
Definition at line 234 of file m2mb_ssl.h.
UINT32 cert_Size |
Client certificate buffer size.
Definition at line 235 of file m2mb_ssl.h.
UINT8* key_Buf |
Private key buffer.
Definition at line 236 of file m2mb_ssl.h.
UINT32 key_Size |
Private key buffer size.
Definition at line 237 of file m2mb_ssl.h.
UINT8* pass_Key |
Password phrase.
Definition at line 238 of file m2mb_ssl.h.