Location:
pkcs10attr.h
Link against: pkcs10.lib
class CPKCS10Attributes : public CBase;
Class for encoding a collection of certificate attributes and passing them to the CPKCS10Request
class. Some possible attributes are described in PKCS#9.
CBase
- Base class for all classes to be instantiated on the heap
CPKCS10Attributes
- Class for encoding a collection of certificate attributes and passing them to the
Defined in CPKCS10Attributes
:
AddAttributeL()
, NewL()
, NewLC()
, ~CPKCS10Attributes()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
static IMPORT_C CPKCS10Attributes *NewLC();
Creates an instance of the class.
|
static IMPORT_C CPKCS10Attributes *NewL();
Creates an instance of the class.
|
IMPORT_C void AddAttributeL(CPKCS10Attribute *aAttr);
Adds a new attribute for the certificate request.
|