Location:
asn1dec.h
Link against: asn1.lib
class TASN1DecTeletexString;
Class used for decoding Teletex strings. The TeletexString type is not fully supported by this library. Instead the decode methods perform a direct conversion from 8 to 16bits by adding null characters in the second byte of each character. This will work as expected for cases where the string contains ASCII data. As this is non-destructive, the original data can be retrieved by performing a Copy to an 8-bit descriptor.
Defined in TASN1DecTeletexString
:
CheckValid()
, DecodeDERL()
, DecodeDERL()
, TASN1DecTeletexString()
IMPORT_C HBufC *DecodeDERL(const TDesC8 &aSource, TInt &aPos);
Decodes an ASN.1 format Teletex string.
|
|
IMPORT_C HBufC *DecodeDERL(const TASN1DecGeneric &Source);
Decodes an ASN.1 format Teletex string.
|
|