SecureBlackbox 2020 iOS Edition

Questions / Feedback?

getClientCert (method)

Populates the per-connection certificate object.

Syntax

- (void)getClientCert:(long long)connectionID;
public func getClientCert(_ connectionID: Int64) throws -> Void

Remarks

This method populates the certificate template/object received with the certificate generation request in GeneratedCert property.

Call this method from your BeforeGenerateCert event handler to populate the certificate template, as received in the request. It is still not late to alter the details of the certificate on this stage.

Call it from your AfterGenerateCert event handler to populate the certificate that has been generated.

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