SecureBlackbox 2020 iOS Edition

Questions / Feedback?

verifyDetached (method)

Verifies a detached signature.

Syntax

- (void)verifyDetached:(NSData*)sourceBytes :(NSData*)signatureBytes;
public func verifyDetached(_ sourceBytes: Data, _ signatureBytes: Data) throws -> Void

Remarks

Use this method to verify a detached signature over a message, both contained in byte arrays.

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