#include <AuthorityKeyIdentifierFactory.h>
TSP-enforcing: No
Definition at line 30 of file AuthorityKeyIdentifierFactory.h.
Public Member Functions | |
CPKIFAuthorityKeyIdentifierFactory () | |
virtual | ~CPKIFAuthorityKeyIdentifierFactory () |
void | Initialize () |
CPKIFX509ExtensionPtr | create (bool criticality, const CPKIFBufferPtr &ext) |
const char * | refOID () |
CPKIFAuthorityKeyIdentifierFactory::CPKIFAuthorityKeyIdentifierFactory | ( | ) |
Interface: External
This function constructs a CPKIFAuthorityKeyIdentifierFactory object.
Definition at line 20 of file AuthorityKeyIdentifierFactory.cpp.
CPKIFAuthorityKeyIdentifierFactory::~CPKIFAuthorityKeyIdentifierFactory | ( | ) | [virtual] |
Interface: External
The function destroys an instance of CPKIFAuthorityKeyIdentifierFactory.
Definition at line 41 of file AuthorityKeyIdentifierFactory.cpp.
void CPKIFAuthorityKeyIdentifierFactory::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 AuthorityKeyIdentifierFactory.cpp.
CPKIFX509ExtensionPtr CPKIFAuthorityKeyIdentifierFactory::create | ( | bool | criticality, | |
const CPKIFBufferPtr & | ext | |||
) | [virtual] |
Interface: External
This function returns a CPKIFX509ExtensionPtr pointing to the CPKIFAuthorityKeyIdentifier object.
criticality | [in] |
ext | [in] Pointer to buffer containing unparsed extension |
Implements ICACExtensionFactory.
Definition at line 67 of file AuthorityKeyIdentifierFactory.cpp.
const char * CPKIFAuthorityKeyIdentifierFactory::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 85 of file AuthorityKeyIdentifierFactory.cpp.
References CPKIFAuthorityKeyIdentifier::extOID.