SecureBlackbox 2020 iOS Edition

Questions / Feedback?

nextBytes (method)

Generates an array of random bytes.

Syntax

- (NSData*)nextBytes:(int)len;
public func nextBytes(_ len: Int32) throws -> Data

Remarks

Call this method to generate an array of random bytes of length Len.

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