SecureBlackbox Lite 2020 PHP Edition

Questions / Feedback?

CreateNew Method

Creates a new storage.

Object Oriented Interface

public function doCreateNew($storagelocation, $storageid);

Procedural Interface

secureblackboxlite_certificatestorage_do_createnew($res, $storagelocation, $storageid);

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 PHP Edition - Version 20.0 [Build 8166]