SecureBlackbox Lite 2020 Android Edition

Questions / Feedback?

PasswordVault Component

Properties   Methods   Events   Configuration Settings   Errors  

The PasswordVault component implements a vault for keeping passwords and other sensitive properties.

Syntax

SecureBlackboxLite.Passwordvault

Remarks

Use this component to keep passwords and other settings in secure manner.

Property List


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

DescriptionThe description of the vault.
EntryKeyProvides an encryption key for the current entry.
EntryPasswordProvides an encryption password for the current entry.
KeyProvides an encryption key for the vault.
PasswordProvides an encryption password for the vault file.
PlatformProtectionEnables platform-based protection of the master key.
TitleThe title of the vault.

Method List


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

addEntryAdds an entry to the vault.
changeEntryKeyChanges the entry's encryption key.
changeEntryPasswordChanges the entry's encryption password.
closeCloses the vault file.
configSets or retrieves a configuration setting.
getEntryValueReturns the content stored in one of the entry fields as a byte array.
getEntryValueStrReturns the content stored in a field of the entry as a string.
listEntriesReturns a list of entries stored in the vault.
listFieldsReturns a list of fields contained in the entry.
openBytesLoads vault content from a byte array.
openFileOpens a vault file.
openStreamLoads vault data from a stream.
removeAllEntriesRemoves all entries from a vault.
removeEntryRemoves an entry from the vault.
removeFieldRemoves an entry field.
saveBytesSaves the vault contents to a byte array.
saveFileSaves the vault contents to a file.
saveStreamSaves the vault contents to a stream.
setEntryValueAssigns a value to an entry field.
setEntryValueStrAssigns a value to an entry field.

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.

EntryKeyNeededThis event is fired to request an entry encryption/decryption key from the application.
ErrorInforms about errors during cryptographic operations.
KeyNeededThis event is fired to request a vault encryption/decryption key from the application.
NotificationThis event notifies the application about an underlying control flow event.

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