SecureBlackbox 2020 iOS Edition

Questions / Feedback?

generateCertFromRequest (method)

Generates a new certificate on the KMIP server from the certificate request.

Syntax

- (NSString*)generateCertFromRequest:(NSString*)id;
public func generateCertFromRequest(_ id: String) throws -> String

Remarks

Provide the certificate request via PinnedCertRequest property. The returned value contains the Id assigned to the certificate, which may differ from the one you supplied.

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