Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: x509cert.h
Link against: x509.lib

Class CX509SubjectPublicKeyInfo

class CX509SubjectPublicKeyInfo : public CSubjectPublicKeyInfo;

Description

X.509 subject public key information.

Derivation

Members

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

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

Inherited from CSubjectPublicKeyInfo:
AlgorithmId(), ConstructL(), EncodedParams(), KeyData(), iAlgId, iEncodedKeyData


Construction and destruction


NewL()

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

Description

Creates a new X.509 subject public key object from the specified buffer containing the binary coded representation.

Parameters

const TDesC8 &aBinaryData

The encoded binary representation.

Return value

CX509SubjectPublicKeyInfo *

The new subject public key object.


NewLC()

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

Description

Creates a new X.509 subject public key object from the specified buffer containing the binary coded representation, and puts a pointer to it onto the cleanup stack.

Parameters

const TDesC8 &aBinaryData

The encoded binary representation.

Return value

CX509SubjectPublicKeyInfo *

The new subject public key object.


NewL()

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

Description

Creates a new X.509 subject public key object from the specified buffer containing the binary coded representation, starting at the specified offset.

Parameters

const TDesC8 &aBinaryData

The encoded binary representation.

TInt &aPos

The offset position from which to start decoding.

Return value

CX509SubjectPublicKeyInfo *

The subject public key object.


NewLC()

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

Description

Creates a new X.509 subject public key object from the specified buffer containing the binary coded representation, starting at the specified offset, and puts a pointer to it onto the cleanup stack.

Parameters

const TDesC8 &aBinaryData

The encoded binary representation.

TInt &aPos

The offset position from which to start decoding.

Return value

CX509SubjectPublicKeyInfo *

The new subject public key object.