|
|
 |
 |
|
Asn1NumericString Class ReferenceInheritance diagram for Asn1NumericString:
List of all members.
Detailed Description
This is a container class for holding the components of an ASN.1 numeric string value.
Constructor & Destructor Documentation
|
|
The default constructor creates an empty string object. |
|
|
This version of the constructor can be used to set the string mValue member variable to the given string value. - Parameters:
-
| data | string representation of numeric string |
|
Member Function Documentation
|
|
This overloaded version of the Decode method decodes an ASN.1 character string value in accordance with the packed encoding rules (PER). This version of the method assumes a size constraint is present but no permitted alphabet constraint.
The decoded result is stored in the public mValue member variable in the Asn1CharString base class.
- Parameters:
-
| buffer | Decode message buffer object |
| lower | Effective size constraint lower bound |
| upper | Effective size constraint upper bound |
|
|
|
This method decodes an ASN.1 character string value in accordance with the packed encoding rules (PER). This version of the method assumes no permitted alphabet or size constraints. Decoded characters are assigned as-is to the output string. The decoded result is stored in the public mValue member variable in the Asn1CharString base class.
- Parameters:
-
| buffer | Decode message buffer object |
Reimplemented from Asn18BitCharString. |
| override void Decode |
( |
Asn1BerDecodeBuffer |
buffer, |
|
|
bool |
explicitTagging, |
|
|
int |
implicitLength |
|
) |
[virtual] |
|
|
|
This method decodes an ASN.1 string value including the UNIVERSAL tag value and length if explicit tagging is specified.
- Parameters:
-
| buffer | Decode message buffer object |
| explicitTagging | Flag indicating element is explicitly tagged |
| implicitLength | Length of contents if implicit |
Reimplemented from Asn1Type. |
|
|
This method encodes and writes to the stream an ASN.1 numeric string value including the UNIVERSAL tag value and length if explicit tagging is specified. This overloaded version uses the Basic Encoding Rules (BER).
Throws, Exception thrown by C# System.IO.Stream for I/O error
- Parameters:
-
| outs | BER Output Stream object |
| explicitTagging | Flag indicating explicit tagging should be done |
- Exceptions:
-
Reimplemented from Asn1Type. |
|
|
This overloaded version of the encode method encodes an ASN.1 character string value in accordance with the packed encoding rules (PER). This version of the method assumes a size constraint is present but no permitted alphabet constraint.
The value to encode is stored in the public mValue member variable in the Asn1CharString base class.
- Parameters:
-
| buffer | Encode message buffer object |
| lower | Effective size constraint lower bound |
| upper | Effective size constraint upper bound |
|
|
|
This method encodes an ASN.1 character string value in accordance with the packed encoding rules (PER). This version of the method assumes no permitted alphabet or size constraints.
The value to encode is stored in the public mValue member variable in the Asn1CharString base class.
- Parameters:
-
| buffer | Encode message buffer object |
Reimplemented from Asn18BitCharString. |
|
|
This method encodes an ASN.1 string type. The UNIVERSAL tag value and length is also encoded if explicit tagging is specified.
- Parameters:
-
| buffer | Encode message buffer object |
| explicitTagging | Flag indicating explicit tagging should be done |
- Returns:
- Length in octets of encoded component
Reimplemented from Asn1Type. |
Member Data Documentation
|
|
The _TAG constant describes the universal tag for this data type (UNIVERSAL 18).
Reimplemented from Asn1Type. |
|
|
Initial value:
new Asn1DiscreteCharSet(" 0123456789")
The CHARSET constant specifies the character set for a numeric string in canonical order. |
|
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
18 Nov 2005. ASN1C C# Runtime Library, 5.8 |
|