SecureBlackbox 2020 iOS Edition

Questions / Feedback?

onDecryptionInfoNeeded (event)

Asks the application to provide a decryption certificate.

Syntax

- (void)onDecryptionInfoNeeded:(NSString*)issuerRDN :(NSData*)serialNumber :(NSData*)subjectKeyID;
func onDecryptionInfoNeeded(_ issuerRDN: String, _ serialNumber: Data, _ subjectKeyID: Data)

Remarks

This event is fired when the component needs a decryption certificate. Use the provided values to look up the certificate, and assign it to DecryptionCertificate property.

Note that the decryption certificate must have an associated private key.

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