#include <SubjectKeyIdentifierFactory.h>
TSP-enforcing: No
Definition at line 28 of file SubjectKeyIdentifierFactory.h.
Public Member Functions | |
CPKIFSubjectKeyIdentifierFactory () | |
virtual | ~CPKIFSubjectKeyIdentifierFactory () |
void | Initialize () |
CPKIFX509ExtensionPtr | create (bool criticality, const CPKIFBufferPtr &ext) |
const char * | refOID () |
CPKIFSubjectKeyIdentifierFactory::CPKIFSubjectKeyIdentifierFactory | ( | ) |
Interface: External
This function constructs a CPKIFSubjectKeyIdentifierFactory object.
Definition at line 19 of file SubjectKeyIdentifierFactory.cpp.
CPKIFSubjectKeyIdentifierFactory::~CPKIFSubjectKeyIdentifierFactory | ( | ) | [virtual] |
Interface: External
The function destroys an instance of CPKIFSubjectKeyIdentifierFactory.
Definition at line 40 of file SubjectKeyIdentifierFactory.cpp.
void CPKIFSubjectKeyIdentifierFactory::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 30 of file SubjectKeyIdentifierFactory.cpp.
CPKIFX509ExtensionPtr CPKIFSubjectKeyIdentifierFactory::create | ( | bool | criticality, | |
const CPKIFBufferPtr & | ext | |||
) | [virtual] |
Interface: External
This function returns a CPKIFX509ExtensionPtr pointing to the CPKIFSubjectKeyIdentifierFactory object.
Implements ICACExtensionFactory.
Definition at line 67 of file SubjectKeyIdentifierFactory.cpp.
const char * CPKIFSubjectKeyIdentifierFactory::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 SubjectKeyIdentifierFactory.cpp.
References CPKIFSubjectKeyIdentifier::extOID.