Vtk_Callback
Toolkit Reference

prevnext

Vtk_Callback

typedef struct {
union {
Vtk_DelegatedIssuerCallback DelIssuerCB;
}f;
void* userHdl;
}Vtk_Callback;
struct Vtk_CtxtOption_st
{
enum Vtk_CtxtOptionType option;
union {
char* aChar;
int anInt;
Vtk_ProxyInfo *aProxyInfo;
Vtk_Callback *aCB;
Vtk_OCSPSignInfo *aSignInfo;
} d;
};

Description

This structure sets the callback function and parameter for the context. This structure is used only if the option CO_DelegatedIssuerCB is specified as the value for the Vtk_CtxtOptionType enumeration. The CO_DelegatedIssuerCB option only applies if the CA is issuing delegated certificates.

Parameters

DelCertCB An application callback function executed when verifying OCSP and CRT responses. This function can be invoked only if issuer of the OCSP/CRT response is delegated by the CA or VA.
userHdl Application specific data pointer. The Toolkit calls this parameter. The Toolkit treats this pointer as opaque data.

Notes

None

See Also

Vtk_CtxtLogType

prevnext


ValiCert, Inc.
http://www.valicert.com
Voice: +1.650.567.5469
Fax: (+1.650.254.2148
support@valicert.com