public interface SmartcryptKeyManagement extends Closeable
Modifier and Type | Method and Description |
---|---|
AccountManagement |
getAccountManagement() |
DataStorage |
getDataStorage() |
Smartkeys |
getSmartkeys() |
Users |
getUsers() |
void |
pauseBackgroundProcessing()
Disables background processing until
resumeBackgroundProcessing() is called. |
void |
resumeBackgroundProcessing() |
Smartkeys getSmartkeys()
AccountManagement getAccountManagement()
Users getUsers()
DataStorage getDataStorage()
void pauseBackgroundProcessing()
resumeBackgroundProcessing()
is called.
Disabling processing may result in stale data, non-compliance with server-defined security
settings, and possible loss of access to data.void resumeBackgroundProcessing()