|
|
 |
|
Main Page Packages Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members
Asn1CharRange Class ReferenceInheritance diagram for Asn1CharRange:
List of all members.
Detailed Description
- This class is used to represent a permitted alphabet that is specified
-
as a large, continuous range of characters. An example of this can be found in the following extract from T.124:
- simpleTextFirstCharacter UniversalString ::= {0, 0, 0, 0}
-
- simpleTextLastCharacter UniversalString ::= {0, 0, 0, 255}
-
- SimpleTextString ::= BMPString (SIZE (0..255))
-
(FROM (simpleTextFirstCharacter..simpleTextLastCharacter))
- This class is mainly for internal use by the compiler when generating
-
methods that encode/Decode PER charater string components containing permitted alphabet constraints.
|
This document may be distributed in any form, electronic
or otherwise, provided that it is distributed in its entirety
and that the copyright and this notice are included.
|
This file was last modified on
13 Nov 2006. ASN1C C# Runtime Library, 6.0 |
|