ASN1BigInt Struct Reference
[C Runtime Common Functions]

#include <asn1type.h>

List of all members.

Public Attributes

size_t numocts
OSOCTET * mag
int sign
size_t allocated
OSBOOL dynamic

Detailed Description

A structure used to define an ASN.1 big integer. This structure is rarely, if ever, used by client code, and will instead be used by generated code to facilitate encoding and decoding integer values that cannot fit in normal C/C++ integer types.


Member Data Documentation

The number of octets allocated for the magnitude.

A flag that tells whether the buffer is dynamically allocated.

OSOCTET* ASN1BigInt::mag

The magnitude value.

The number of octets used in the magnitude.

The sign: either -1, 0, or 1.


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