IPKIFExtHandlerData Class Reference
#include <IPKIFExtHandlerData.h>
List of all members.
Detailed Description
This class is used as the base class for stateful objects created by callback functions that process extensions during certification path validation. Callback functions are invoked once per certificate during path validation. This base class enables the implementation of mechanisms to allow the a callback function to acrue state from one certificate to the next during a validation operation. Callback functions must pass define an ID that is unique across all callback functions used for a particular validation operation. Classes derived from this class can be used to maintain any type of state during path validation.
TSP-enforcing: No
Definition at line 29 of file IPKIFExtHandlerData.h.
Constructor & Destructor Documentation
IPKIFExtHandlerData::IPKIFExtHandlerData |
( |
|
) |
|
IPKIFExtHandlerData::~IPKIFExtHandlerData |
( |
|
) |
[virtual] |
The documentation for this class was generated from the following files: