Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: pkcs10attr.h
Link against: pkcs10.lib

Class CPKCS10Attributes

class CPKCS10Attributes : public CBase;

Description

Class for encoding a collection of certificate attributes and passing them to the CPKCS10Request class. Some possible attributes are described in PKCS#9.

Derivation

Members

Defined in CPKCS10Attributes:
AddAttributeL(), NewL(), NewLC(), ~CPKCS10Attributes()

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


Construction and destruction


NewLC()

static IMPORT_C CPKCS10Attributes *NewLC();

Description

Creates an instance of the class.

Return value

CPKCS10Attributes *

New attributes object on the cleanup stack.


NewL()

static IMPORT_C CPKCS10Attributes *NewL();

Description

Creates an instance of the class.

Return value

CPKCS10Attributes *

New attributes object.


~CPKCS10Attributes()

IMPORT_C ~CPKCS10Attributes();

Description

[Top]


Member functions


AddAttributeL()

IMPORT_C void AddAttributeL(CPKCS10Attribute *aAttr);

Description

Adds a new attribute for the certificate request.

Parameters

CPKCS10Attribute *aAttr

The attribute to add - this method takes ownership.