AddSignProcessRevocationCRL
Bezpečnosť a podpisy
Opis
Adds a DER-encoded X.509 certificate revocation list to the adbe-revocationInfoArchival signed attribute of a PDF signing process
Syntax
Delphi
Function TPDFlib.AddSignProcessRevocationCRL(SignProcessID: Integer; Const CRLDER: AnsiString): Integer;
ActiveX
Function PDFlib::AddSignProcessRevocationCRL(SignProcessID As Long, CRLDER As Variant) As Long
DLL
int DLAddSignProcessRevocationCRL(int InstanceID, int SignProcessID, const char* CRLDER, int CRLLength);
Parametre
| SignProcessID | Value returned by a NewSignProcessFrom* function |
|---|---|
| CRLDER | One complete DER SEQUENCE containing an X.509 CRL |
Návratové hodnoty
| 1 | The CRL was accepted or was already present |
|---|---|
| 0 | The process id, DER encoding, or aggregate size was invalid |
Poznámky
Duplicitné bajtovo identické CRL sa ukladajú raz a kombinovaný revokačný materiál je obmedzený na 24 MiB na proces
The attribute is emitted only when the final SubFilter is adbe.pkcs7.detached; PAdES workflows should use a Document Security Store instead
Pozri tiež
AddSignProcessRevocationOCSP, ClearSignProcessRevocationInfo, AddPAdESDSSCRL