SecureBlackbox 2020 iOS Edition

Questions / Feedback?

onRecipientFound (event)

Provides recipient certificate details to the application.

Syntax

- (void)onRecipientFound:(NSString*)issuerRDN :(NSData*)serialNumber :(NSData*)subjectKeyID :(BOOL)certFound;
func onRecipientFound(_ issuerRDN: String, _ serialNumber: Data, _ subjectKeyID: Data, _ certFound: Bool)

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 iOS Edition - Version 20.0 [Build 8166]