Asn1CharSet Struct Reference
[C Runtime Common Functions]
#include <asn1type.h>
Public Attributes | |
Asn1CharArray | charSet |
const char * | canonicalSet |
int | canonicalSetSize |
unsigned | canonicalSetBits |
unsigned | charSetUnalignedBits |
unsigned | charSetAlignedBits |
Detailed Description
Describes an ASN.1 character set, use primarily for PER encodings whose alphabet constraints can be used to encode more compact representations of their strings.
Member Data Documentation
const char* Asn1CharSet::canonicalSet |
A character string describing the canonical set of characters.
unsigned Asn1CharSet::canonicalSetBits |
The number of bits taken up by the canonical set.
The size of the canonical character set.
The array of characters that comprise this particular character set; at most this takes up 255 characters.
unsigned Asn1CharSet::charSetAlignedBits |
The number of bits reuqired in aligned applications for this character set.
unsigned Asn1CharSet::charSetUnalignedBits |
The number of bits required in unaligned applications for this character set.
The documentation for this struct was generated from the following file: