Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: wtlscert.h
Link against: wtlscert.lib

Class CWTLSAlgorithmIdentifier

class CWTLSAlgorithmIdentifier : public CAlgorithmIdentifier;

Description

Derivation

Members

Defined in CWTLSAlgorithmIdentifier:
NewL(), NewL(), NewLC(), NewLC()

Inherited from CAlgorithmIdentifier:
Algorithm(), ConstructL(), EncodedParams(), iAlgorithmId, iEncodedParams, operator==()

Inherited from CBase:
Delete(), Extension_(), operator new()


Construction and destruction


NewL()

static IMPORT_C CWTLSAlgorithmIdentifier *NewL(const TDesC8 &aBinaryData);

Description

Parameters

const TDesC8 &aBinaryData

Return value

CWTLSAlgorithmIdentifier *


NewLC()

static IMPORT_C CWTLSAlgorithmIdentifier *NewLC(const TDesC8 &aBinaryData);

Description

Parameters

const TDesC8 &aBinaryData

Return value

CWTLSAlgorithmIdentifier *


NewL()

static IMPORT_C CWTLSAlgorithmIdentifier *NewL(const TDesC8 &aBinaryData, TInt &aPos);

Description

Parameters

const TDesC8 &aBinaryData

TInt &aPos

Return value

CWTLSAlgorithmIdentifier *


NewLC()

static IMPORT_C CWTLSAlgorithmIdentifier *NewLC(const TDesC8 &aBinaryData, TInt &aPos);

Description

Parameters

const TDesC8 &aBinaryData

TInt &aPos

Return value

CWTLSAlgorithmIdentifier *