#include <ContentTypeAttributeFactory.h>
TSP-enforcing: No
Definition at line 25 of file ContentTypeAttributeFactory.h.
Public Member Functions | |
CPKIFContentTypeAttributeFactory () | |
virtual | ~CPKIFContentTypeAttributeFactory () |
void | Initialize () |
CPKIFAttributePtr | create (const CPKIFBufferPtr &attr) |
const char * | refOID () |
CPKIFContentTypeAttributeFactory::CPKIFContentTypeAttributeFactory | ( | ) |
Interface: External
Creates a CPKIFContentTypeAttributeFactory.
Definition at line 30 of file ContentTypeAttributeFactory.cpp.
References LOG_STRING_DEBUG, and TOOLKIT_MESSAGE_ASN.
CPKIFContentTypeAttributeFactory::~CPKIFContentTypeAttributeFactory | ( | ) | [virtual] |
Interface: External
Destroys an instance of CPKIFContentTypeAttributeFactory.
Definition at line 53 of file ContentTypeAttributeFactory.cpp.
References LOG_STRING_DEBUG, and TOOLKIT_MESSAGE_ASN.
void CPKIFContentTypeAttributeFactory::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 42 of file ContentTypeAttributeFactory.cpp.
References LOG_STRING_DEBUG, and TOOLKIT_MESSAGE_ASN.
CPKIFAttributePtr CPKIFContentTypeAttributeFactory::create | ( | const CPKIFBufferPtr & | buf | ) | [virtual] |
Interface: External
Creates a new instance of CPKIFContentTypeAttribute
buf | [in] The raw attribute to convert to a CPKIFContentTypeAttribute. |
Implements IPKIFCMSAttributeFactory.
Definition at line 84 of file ContentTypeAttributeFactory.cpp.
References LOG_STRING_DEBUG, and TOOLKIT_MESSAGE_ASN.
const char * CPKIFContentTypeAttributeFactory::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 102 of file ContentTypeAttributeFactory.cpp.
References CPKIFContentTypeAttribute::extOID.