SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

createNew (method)

Creates a new storage.

Syntax

- (void)createNew:(NSString*)storageLocation :(NSString*)storageID;
public func createNew(_ storageLocation: String, _ storageID: String) throws -> Void

Remarks

Use this method to create new certificate storage.

StorageLocation specifies where the new storage should be created, and StorageID contains a unique storage identifier.

cslUnspecifiedunspecified
cslMemorymemoryin-memory storage

cslFilefilefile storage

cslSystemsystemOS-specific certificate storage (e.g. CryptoAPI)

cslPKCS11pkcs11PKCS#11 compatible device

cslKMIPkmip
cslAppleappleApple certificates storage (macOS and iOS only)

cslJavajavajava key storage

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