SecureBlackbox Lite 2020 Kotlin Edition

Questions / Feedback?

CryptoKeyStorage Component

Properties   Methods   Events   Configuration Settings   Errors  

The CryptoKeyStorage component offers key storage functionality for a variety of key store types.

Syntax

secureblackboxlite.Cryptokeystorage

Remarks

CryptoKeyStorage provides access to many types of key stores, such as files or PKCS#11.

Property List


The following is the full list of the properties of the component with short descriptions. Click on the links for further details.

KeysAn accessor to the collection of keys contained in the storage.
OpenedIndicates whether the storage is in the open state.
PinnedKeyA pinned key.
SelectedKeysA collection of selected keys.
StorageIDA unique identifier of this storage.
StorageLocationSpecifies the location of the currently opened storage.

Method List


The following is the full list of the methods of the component with short descriptions. Click on the links for further details.

AddPinnedAdds the pinned key to the storage.
ClearRemoves all existing keys from the storage.
CloseCloses the logical storage.
ConfigSets or retrieves a configuration setting.
CreateNewCreates a new storage.
ImportBytesAdds a key to the storage.
ImportFromFileAdds a key to the storage.
ImportFromStreamAdds a key to the storage.
OpenOpens existing storage or creates one in memory.
RefreshRefreshes all storage keychains.
RemoveRemoves a key from the storage.
SelectAllows the selection of keys from the store.

Event List


The following is the full list of the events fired by the component with short descriptions. Click on the links for further details.

ErrorFires when an errors happens during a key storage operation.
NotificationThis event notifies the application about an underlying control flow event.
PasswordNeededThis event is fired when a decryption password is needed.

Configuration Settings


The following is a list of configuration settings for the component with short descriptions. Click on the links for further details.

TempPathPath for storing temporary files.

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