#include <SubjectInfoAccessFactory.h>


TSP-enforcing: No
Definition at line 29 of file SubjectInfoAccessFactory.h.
Public Member Functions | |
| CPKIFSubjectInfoAccessFactory () | |
| virtual | ~CPKIFSubjectInfoAccessFactory () |
| void | Initialize () |
| CPKIFX509ExtensionPtr | create (bool criticality, const CPKIFBufferPtr &ext) |
| const char * | refOID () |
| CPKIFSubjectInfoAccessFactory::CPKIFSubjectInfoAccessFactory | ( | ) |
Interface: External
This function creates CPKIFSubjectInfoAccessFactory objects.
Definition at line 36 of file SubjectInfoAccessFactory.cpp.
| CPKIFSubjectInfoAccessFactory::~CPKIFSubjectInfoAccessFactory | ( | ) | [virtual] |
Interface: External
The function destroys an instance of CPKIFSubjectInfoAccessFactory.
Definition at line 57 of file SubjectInfoAccessFactory.cpp.
| void CPKIFSubjectInfoAccessFactory::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 47 of file SubjectInfoAccessFactory.cpp.
| CPKIFX509ExtensionPtr CPKIFSubjectInfoAccessFactory::create | ( | bool | criticality, | |
| const CPKIFBufferPtr & | ext | |||
| ) | [virtual] |
Interface: External
This function returns a CPKIFX509ExtensionPtr pointing to the CPKIFSubjectInfoAccess object.
Implements ICACExtensionFactory.
Definition at line 68 of file SubjectInfoAccessFactory.cpp.
| const char * CPKIFSubjectInfoAccessFactory::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 25 of file SubjectInfoAccessFactory.cpp.
References CPKIFSubjectInfoAccess::extOID.
1.5.6