CX509SubjectPublicKeyInfo Class Reference

#include <x509cert.h>

class CX509SubjectPublicKeyInfo : public CSubjectPublicKeyInfo

Inherits from

Detailed Description

X.509 subject public key information.

Since
v6.0

Member Function Documentation

NewL ( const TDesC8 & )

IMPORT_C CX509SubjectPublicKeyInfo *NewL(const TDesC8 &aBinaryData)[static]

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

ParameterDescription
aBinaryDataThe encoded binary representation.

Returns: The new subject public key object.

NewL ( const TDesC8 &, TInt & )

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

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

ParameterDescription
aBinaryDataThe encoded binary representation.
aPosThe offset position from which to start decoding.

Returns: The subject public key object.

NewLC ( const TDesC8 & )

IMPORT_C CX509SubjectPublicKeyInfo *NewLC(const TDesC8 &aBinaryData)[static]

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.

ParameterDescription
aBinaryDataThe encoded binary representation.

Returns: The new subject public key object.

NewLC ( const TDesC8 &, TInt & )

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

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.

ParameterDescription
aBinaryDataThe encoded binary representation.
aPosThe offset position from which to start decoding.

Returns: The new subject public key object.