#include <TimestampAttributeFactory.h>
TSP-enforcing: No
Definition at line 22 of file TimestampAttributeFactory.h.
Public Member Functions | |
CPKIFTimestampAttributeFactory () | |
virtual | ~CPKIFTimestampAttributeFactory () |
void | Initialize () |
CPKIFAttributePtr | create (const CPKIFBufferPtr &ext) |
const char * | refOID () |
CPKIFTimestampAttributeFactory::CPKIFTimestampAttributeFactory | ( | ) |
Interface: External
Creates a CPKIFTimestampAttributeFactory object.
Definition at line 28 of file TimestampAttributeFactory.cpp.
References LOG_STRING_DEBUG, and TOOLKIT_MESSAGE_ASN.
CPKIFTimestampAttributeFactory::~CPKIFTimestampAttributeFactory | ( | ) | [virtual] |
Interface: External
Destroys an instance of CPKIFTimestampAttributeFactory object.
Definition at line 51 of file TimestampAttributeFactory.cpp.
References LOG_STRING_DEBUG, and TOOLKIT_MESSAGE_ASN.
void CPKIFTimestampAttributeFactory::Initialize | ( | void | ) | [virtual] |
Interface: External
This function initializes the factory object for use. It performs no operation aside from logging.
Reimplemented from IPKIFColleague.
Definition at line 40 of file TimestampAttributeFactory.cpp.
References LOG_STRING_DEBUG, and TOOLKIT_MESSAGE_ASN.
CPKIFAttributePtr CPKIFTimestampAttributeFactory::create | ( | const CPKIFBufferPtr & | buf | ) | [virtual] |
Interface: External
This function creates a new CPKIFTimestampAttribute object
buf | [in] The timestamp value to set. |
Implements IPKIFCMSAttributeFactory.
Definition at line 84 of file TimestampAttributeFactory.cpp.
References LOG_STRING_DEBUG, and TOOLKIT_MESSAGE_ASN.
const char * CPKIFTimestampAttributeFactory::refOID | ( | ) | [virtual] |
Interface: External
This function returns a pointer to a NULL-terminated string representation of the OID indicating the attribute type that this factory handles.
Implements IPKIFCMSAttributeFactory.
Definition at line 103 of file TimestampAttributeFactory.cpp.
References CPKIFTimestampAttribute::extOID.