#include <KeyUsageFactory.h>
TSP-enforcing: No
Definition at line 29 of file KeyUsageFactory.h.
Public Member Functions | |
CPKIFKeyUsageFactory () | |
virtual | ~CPKIFKeyUsageFactory () |
void | Initialize () |
CPKIFX509ExtensionPtr | create (bool criticality, const CPKIFBufferPtr &ext) |
const char * | refOID () |
CPKIFKeyUsageFactory::CPKIFKeyUsageFactory | ( | ) |
Interface: External
This function constructs a CPKIFKeyUsageFactory object.
Definition at line 18 of file KeyUsageFactory.cpp.
CPKIFKeyUsageFactory::~CPKIFKeyUsageFactory | ( | ) | [virtual] |
Interface: External
The function destroys an instance of CPKIFKeyUsageFactory.
Definition at line 39 of file KeyUsageFactory.cpp.
void CPKIFKeyUsageFactory::Initialize | ( | void | ) | [virtual] |
Interface: External
This function initializes an instance for use in a collection of IPKIFColleague objects held by a mediator. It is a placeholder to satisfy the IPKIFColleage interface and performs no action.
Reimplemented from IPKIFColleague.
Definition at line 29 of file KeyUsageFactory.cpp.
CPKIFX509ExtensionPtr CPKIFKeyUsageFactory::create | ( | bool | criticality, | |
const CPKIFBufferPtr & | ext | |||
) | [virtual] |
Interface: External
This function returns a CPKIFX509ExtensionPtr pointing to the CPKIFKeyUsageFactory object.
Implements ICACExtensionFactory.
Definition at line 65 of file KeyUsageFactory.cpp.
const char * CPKIFKeyUsageFactory::refOID | ( | ) | [virtual] |
Interface: External
This function returns a const pointer to a static, NULL-terminated string representation of the object identifier associated with an extension of this type.
Implements ICACExtensionFactory.
Definition at line 82 of file KeyUsageFactory.cpp.
References CPKIFKeyUsage::extOID.