SecureBlackbox 2020 macOS Edition

Questions / Feedback?

Decrypt Method

Attempts to decrypt an encrypted PKCS#7 message.

Syntax

public func decrypt() throws -> Void

Remarks

Call this method to attempt to decrypt the PKCS#7 encrypted data. This call supports EnvelopedData and EncryptedData subtypes on input.

Use InputFile or InputStream property to provide the data, and either Certificates or Key to supply the decryption key material.

When processing enveloped data, the class may fire RecipientFound event to report recipient information.

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