TASN1DecTeletexString Class Reference
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.
Constructor & Destructor Documentation
TASN1DecTeletexString()
IMPORT_C
|
TASN1DecTeletexString
|
(
|
)
|
|
Member Functions Documentation
CheckValid(const TDesC8 &)
IMPORT_C
TInt
|
CheckValid
|
(
|
const
TDesC8
&
|
aSource
|
)
|
[protected]
|
DecodeContentsL(const TDesC8 &)
HBufC
*
|
DecodeContentsL
|
(
|
const
TDesC8
&
|
aSource
|
)
|
[private]
|
DecodeDERL(const TDesC8 &, TInt &)
Decodes an ASN.1 format Teletex string.
Parameters
const
TDesC8
& aSource
|
ASN.1 Teletex string to be decoded.
|
TInt
& aPos
|
Offset in aSource from where decoding starts.
|
DecodeDERL(const TASN1DecGeneric &)
Decodes an ASN.1 format Teletex string.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.