Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <asn1dec.h>
Link against: asn1.lib

Class TASN1DecBMPString

class TASN1DecBMPString;

Description

Class used for decoding ASN.1 BMP strings.

Members

Defined in TASN1DecBMPString:


Construction and destruction


TASN1DecBMPString()

IMPORT_C TASN1DecBMPString();

Description

[Top]


Member functions


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

const TASN1DecGeneric &aSource

ASN.1 BMP string to be decoded.

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

const TDesC8 &aSource

Return value

TInt