SecureBlackbox 2020 C++ Edition

Questions / Feedback?

StoreCRL Event

This event is fired when a CRL should be stored along with a signature.

Syntax

ANSI (Cross Platform)
virtual int FireStoreCRL(ASiCVerifierStoreCRLEventParams *e);
typedef struct {
const char *CRL; int lenCRL;
char *URI; int reserved; } ASiCVerifierStoreCRLEventParams; Unicode (Windows) virtual INT FireStoreCRL(ASiCVerifierStoreCRLEventParams *e);
typedef struct {
LPCSTR CRL; INT lenCRL;
LPWSTR URI; INT reserved; } ASiCVerifierStoreCRLEventParams;
- (void)onStoreCRL:(NSData*)CRL :(NSString**)URI;
#define EID_ASICVERIFIER_STORECRL 11

virtual INT SECUREBLACKBOX_CALL FireStoreCRL(LPSTR &lpCRL, INT &lenCRL, LPSTR &lpszURI);

Remarks

This event could occur if you are verifying XAdES-C form or higher. CRL parameter contains a CRL in binary form that should be stored along with a signature, and the user should provide the URI of the stored CRL.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 C++ Edition - Version 20.0 [Build 8166]