SecureBlackbox 2020 Node.js Edition

Questions / Feedback?

RecipientFound Event

Provides recipient certificate details to the application.

Syntax

pdfverifier.on('RecipientFound', [callback])

Callback

The 'callback' is called when the 'RecipientFound' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.issuerRDN
e.serialNumber (buffer)
e.subjectKeyID (buffer)
e.certFound

Remarks

The class fires this event when processing encrypted documents to report encryption certificate details to the user.

Subscribe to this event to obtain encryption certificate information and pass the corresponding certificate to the class via DecryptionCertificate (DecryptionCertificates) property.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Node.js Edition - Version 20.0 [Build 8165]