![]() |
WE310F5
39.00.000
|
SSL certificate information for conversion and storage. More...
#include <m2mb_ssl_cert.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 87 of file m2mb_ssl_cert.h.
UINT8* cert_Buf |
Client certificate buffer.
Definition at line 89 of file m2mb_ssl_cert.h.
UINT32 cert_Size |
Client certificate buffer size.
Definition at line 90 of file m2mb_ssl_cert.h.
UINT8* key_Buf |
Private key buffer.
Definition at line 91 of file m2mb_ssl_cert.h.
UINT32 key_Size |
Private key buffer size.
Definition at line 92 of file m2mb_ssl_cert.h.
UINT8* pass_Key |
Password phrase.
Definition at line 93 of file m2mb_ssl_cert.h.