SecureBlackbox 2020 iOS Edition

Questions / Feedback?

decrypt (method)

Decrypts a buffer.

Syntax

- (NSData*)decrypt:(NSData*)buffer;
public func decrypt(_ buffer: Data) throws -> Data

Remarks

Use this method to decrypt a byte array and get the encrypted message in another byte array.

Specify the decryption key in Key property.

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