SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

generateCSR (method)

Creates a new certificate signing request (CSR).

Syntax

- (void)generateCSR:(int)keyBits;
public func generateCSR(_ keyBits: Int32) throws -> Void

Remarks

Call this method to generate a new certificate request with the specified parameters. The newly generated CSR is saved in CertificateRequest property. Use ExportCSR and ExportKey to serialize the generated objects.

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