| RSA BSAFE Cert-C Micro Edition |
The power of PKI for the smallest of devices |
#include <r_com.h>
typedef struct r_item_st { /** * The length of the data array. */ unsigned int len; /** * The data array. */ unsigned char *data; } R_ITEM;
Data Fields | |
| unsigned int | len |
| The length of the data array. | |
| unsigned char* | data |
| The data array. | |