Functions in fvault.inc

Function Description
fvault_get_keyname
Retrieves a key name specified by its number
fvault_get_keynum
Retrieves a key number specified by its name
fvault_get_data
Retrieves data specified by a key
fvault_set_data
Sets data of a key with current timestamp
fvault_pset_data
Sets data of a key permanently (can't be removed with fvault_prune)
fvault_remove_key
Removes a key from a vault
fvault_prune
Prunes the vault for keys that are within the given timestamps
fvault_touch
Updates the timestamp on a key located within the vault
fvault_size
Retrieves total keys located within the vault
fvault_clear
Clears all key entries for a vault
fvault_get_vaultname
Retrieves a vault name specified by its number
fvault_get_vaultnum
Retrieves a vault number specified by its name
fvault_total
Retrieves total vaults ever created
fvault_load
Gets all vault keys, data, and timestamps
_FormatVaultName
This function has no description.