Asn1CharSet Struct Reference
[C Runtime Common Functions]

#include <asn1type.h>

List of all members.

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

A character string describing the canonical set of characters.

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.

The number of bits reuqired in aligned applications for this character set.

The number of bits required in unaligned applications for this character set.


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