#include <asn1dec.h>
Link against:
asn1.lib
class TASN1DecBMPString;
Description
Class used for decoding ASN.1 BMP strings.
Members
Defined in TASN1DecBMPString
:
Construction and destruction
IMPORT_C TASN1DecBMPString();
Description
DecodeDERL(const TDesC8 &,TInt &)
IMPORT_C HBufC* DecodeDERL(const TDesC8 &aSource, TInt &aPos);
Description
Decodes an ASN.1 format BMP string.
Parameters
const TDesC8 &aSource |
ASN.1 BMP string to be decoded.
|
TInt &aPos |
Offset in aSource from where decoding starts.
|
|
Return value
HBufC16 *
|
On return, a pointer to a buffer containing the decoded BMP string.
|
|
DecodeDERL(const TASN1DecGeneric &)
IMPORT_C HBufC* DecodeDERL(const TASN1DecGeneric &aSource);
Description
Decodes an ASN.1 format BMP string.
Parameters
Return value
HBufC16 *
|
On return, a pointer to a buffer containing the decoded BMP string.
|
|
CheckValid(const TDesC8 &)
protected: IMPORT_C TInt CheckValid(const TDesC8 &aSource);
Description
Parameters
Return value