SecureBlackbox 2020 Qt Edition

Questions / Feedback?

StoreCRL Event

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

Syntax

class SOAPSignerStoreCRLEventParams {
public:
  const QByteArray &CRL();
  const QString &URI();
  void SetURI(const QString &qsURI);
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void StoreCRL(SOAPSignerStoreCRLEventParams *e);
// Or, subclass SOAPSigner and override this emitter function. virtual int FireStoreCRL(SOAPSignerStoreCRLEventParams *e) {...}

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 Qt Edition - Version 20.0 [Build 8154]