#include <AuthorityInfoAccessFactory.h>


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