ASN1BigInt Struct Reference
[C Runtime Common Functions]
#include <asn1type.h>
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
size_t ASN1BigInt::allocated |
The number of octets allocated for the magnitude.
OSBOOL ASN1BigInt::dynamic |
A flag that tells whether the buffer is dynamically allocated.
OSOCTET* ASN1BigInt::mag |
The magnitude value.
size_t ASN1BigInt::numocts |
The number of octets used in the magnitude.
int ASN1BigInt::sign |
The sign: either -1, 0, or 1.
The documentation for this struct was generated from the following file: