SecureBlackbox 2020 C++ Edition

Questions / Feedback?

RetrieveCRL Event

This event is fired when a CRL should be retrieved.

Syntax

ANSI (Cross Platform)
virtual int FireRetrieveCRL(SOAPVerifierRetrieveCRLEventParams *e);
typedef struct {
const char *URI; int reserved; } SOAPVerifierRetrieveCRLEventParams; Unicode (Windows) virtual INT FireRetrieveCRL(SOAPVerifierRetrieveCRLEventParams *e);
typedef struct {
LPCWSTR URI; INT reserved; } SOAPVerifierRetrieveCRLEventParams;
- (void)onRetrieveCRL:(NSString*)URI;
#define EID_SOAPVERIFIER_RETRIEVECRL 7

virtual INT SECUREBLACKBOX_CALL FireRetrieveCRL(LPSTR &lpszURI);

Remarks

This event could occur if you are verifying XAdES-C form or higher. URI parameter contains a URI value of the stored CRL along with a signature. The user should add the CRL to the KnownCRLs property.

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