Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <wtlscert.h>
Link against: wtlscert.lib

Class CWTLSSubjectPublicKeyInfo

class CWTLSSubjectPublicKeyInfo : public CSubjectPublicKeyInfo;

Description

Derivation

Members

Defined in CWTLSSubjectPublicKeyInfo:

Inherited from CBase:

Inherited from CSubjectPublicKeyInfo:


Construction and destruction


NewL(const TDesC8 &)

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

Description

Parameters

const TDesC8 &aBinaryData

Return value

CWTLSSubjectPublicKeyInfo *


NewLC(const TDesC8 &)

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

Description

Parameters

const TDesC8 &aBinaryData

Return value

CWTLSSubjectPublicKeyInfo *


NewL(const TDesC8 &,TInt &)

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

Description

Parameters

const TDesC8 &aBinaryData

TInt &aPos

Return value

CWTLSSubjectPublicKeyInfo *


NewLC(const TDesC8 &,TInt &)

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

Description

Parameters

const TDesC8 &aBinaryData

TInt &aPos

Return value

CWTLSSubjectPublicKeyInfo *