PDF SDK Documentation

Comprehensive Guide for Developers: Features, Integration, and API Reference

Loading...
Searching...
No Matches
PDLTVHandler Struct 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

Detailed Description

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.

Member Data Documentation

◆ getCRL

PDLTVGetRevocationProc PDLTVHandler::getCRL

May be NULL.

◆ getOCSP

PDLTVGetRevocationProc PDLTVHandler::getOCSP

May be NULL.


The documentation for this struct was generated from the following file: