Objective Systems, Inc.  
Home
About ASN.1
Products
Free Software
Open Source
Documents
Services
Resources
Resellers
Customers
Careers
About Us
Contact Us
 

Google


Objective Systems, Inc.

Main Page   Packages   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members  

Asn1CharRange Class Reference

Inheritance diagram for Asn1CharRange:

Asn1CharSet 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.


Copyright © 1997-2006 Objective Systems,Inc.
All Rights Reserved.
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