#include <BasicConstraintsFactory.h>
TSP-enforcing: No
Definition at line 29 of file BasicConstraintsFactory.h.
Public Member Functions | |
CPKIFBasicConstraintsFactory () | |
virtual | ~CPKIFBasicConstraintsFactory () |
void | Initialize () |
CPKIFX509ExtensionPtr | create (bool criticality, const CPKIFBufferPtr &ext) |
const char * | refOID () |
CPKIFBasicConstraintsFactory::CPKIFBasicConstraintsFactory | ( | ) |
Interface: External
Constructs a CPKIFBasicConstraintsFactory.
Definition at line 20 of file BasicConstraintsFactory.cpp.
CPKIFBasicConstraintsFactory::~CPKIFBasicConstraintsFactory | ( | ) | [virtual] |
Interface: External
The function destroys an instance of CPKIFBasicConstraintsFactory.
Definition at line 41 of file BasicConstraintsFactory.cpp.
void CPKIFBasicConstraintsFactory::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 31 of file BasicConstraintsFactory.cpp.
CPKIFX509ExtensionPtr CPKIFBasicConstraintsFactory::create | ( | bool | criticality, | |
const CPKIFBufferPtr & | ext | |||
) | [virtual] |
Interface: External
This function returns a CPKIFX509ExtensionPtr pointing to the CPKIFBasicConstraints object.
Implements ICACExtensionFactory.
Definition at line 67 of file BasicConstraintsFactory.cpp.
const char * CPKIFBasicConstraintsFactory::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 84 of file BasicConstraintsFactory.cpp.
References CPKIFBasicConstraints::extOID.