• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.0.1.79
GDData Struct Reference

Data encapsulation structure. More...

#include <BlackBerryDynamics/GD/GDCommon.h>

Description

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.

See also
Certificate Credential Import

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...
 

Member Data Documentation

◆ data

void* data

◆ size

size_t size

◆ type

const char* type

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