TASN1DecBMPString Class Reference
Detailed Description
Class used for decoding ASN.1 BMP strings.
Constructor & Destructor Documentation
TASN1DecBMPString ( )
IMPORT_C | TASN1DecBMPString | ( | ) | |
Member Function Documentation
CheckValid ( const TDesC8 & )
IMPORT_C TInt | CheckValid | ( | const TDesC8 & | aSource | ) | [protected] |
DecodeDERL ( const TDesC8 &, TInt & )
Decodes an ASN.1 format BMP string.
Parameter | Description | aSource | ASN.1 BMP string to be decoded. |
aPos | Offset in aSource from where decoding starts. |
Returns: On return, a pointer to a buffer containing the decoded BMP string.
DecodeDERL ( const TASN1DecGeneric & )
Decodes an ASN.1 format BMP string.
Parameter | Description | aSource | ASN.1 BMP string to be decoded. |
Returns: On return, a pointer to a buffer containing the decoded BMP string.