Data encapsulation structure. More...
#include <BlackBerryDynamics/GD/GDCommon.h>
This structure is used to encapsulate some types of binary data in the BlackBerry Dynamics programming interface.
For example, this structure is used to encapsulate the binary DER encoded representation of X.509 ASN1 certificate data in a GDX509Certificate instance.
Public Attributes | |
void * | data |
Binary data. More... | |
size_t | size |
Size of the data. More... | |
const char * | type |
Indication of the type of data in this encapsulation. More... | |
void* data |
size_t size |
const char* type |