Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: asn1dec.h
Link against: asn1.lib

Class TASN1DecBMPString

class TASN1DecBMPString;

Description

Class used for decoding ASN.1 BMP strings.

Members

Defined in TASN1DecBMPString:
CheckValid(), DecodeDERL(), DecodeDERL(), TASN1DecBMPString()


Construction and destruction


TASN1DecBMPString()

IMPORT_C TASN1DecBMPString();

Description

[Top]


Member functions


DecodeDERL()

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

HBufC *

On return, a pointer to a buffer containing the decoded BMP string.


DecodeDERL()

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

HBufC *

On return, a pointer to a buffer containing the decoded BMP string.


CheckValid()

protected: IMPORT_C TInt CheckValid(const TDesC8 &aSource);

Description

Parameters

const TDesC8 &aSource

Return value

TInt