THotPDF.AddPAdESDSSVRI Method

Adds pad es dss vri data to the digital signature and PAdES workflow. The call creates or attaches the PDF-side object needed by later output, validation, signing, or page rendering steps

Declaration

function AddPAdESDSSVRI(const SignatureContentsHex: AnsiString; const CertDERs: array of TBytes; const OCSPDERs: array of TBytes; const CRLDERs: array of TBytes): Integer;

Unit

HPDFDoc

Parameters

NamePurpose
SignatureContentsHexHuman-readable text stored in the PDF object, action, annotation, or structure element
CertDERsRaw byte payload embedded or validated by this API
OCSPDERsRaw byte payload embedded or validated by this API
CRLDERsRaw byte payload embedded or validated by this API

Return value

Returns an Integer value

Usage notes

Related APIs