Comprehensive Guide for Developers: Features, Integration, and API Reference
Vtable for the LTV (Long-Term Validation) revocation data provider. More...
#include <pdfsdk/core/acroform.h>
Public Attributes | |
| PDLTVGetRevocationProc | getOCSP |
| PDLTVGetRevocationProc | getCRL |
| PDLTVDestroyProc | destroy |
Vtable for the LTV (Long-Term Validation) revocation data provider.
Set getOCSP and/or getCRL to non-NULL. The SDK calls getOCSP first; if it sets *pSize to 0, the SDK falls back to getCRL. Either may be NULL to skip that revocation type entirely.
| PDLTVGetRevocationProc PDLTVHandler::getCRL |
May be NULL.
| PDLTVGetRevocationProc PDLTVHandler::getOCSP |
May be NULL.