public final class SmartcryptKeyManagementImpl extends Object implements SmartcryptKeyManagement
| Modifier and Type | Class and Description |
|---|---|
static class |
SmartcryptKeyManagementImpl.Builder |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
AccountManagement |
getAccountManagement() |
DataStorage |
getDataStorage() |
Smartkeys |
getSmartkeys() |
Users |
getUsers() |
void |
pauseBackgroundProcessing()
Disables background processing until
SmartcryptKeyManagement.resumeBackgroundProcessing() is called. |
void |
resumeBackgroundProcessing() |
public Smartkeys getSmartkeys()
getSmartkeys in interface SmartcryptKeyManagementpublic AccountManagement getAccountManagement()
getAccountManagement in interface SmartcryptKeyManagementpublic Users getUsers()
getUsers in interface SmartcryptKeyManagementpublic DataStorage getDataStorage()
getDataStorage in interface SmartcryptKeyManagementpublic void pauseBackgroundProcessing()
SmartcryptKeyManagementSmartcryptKeyManagement.resumeBackgroundProcessing() is called.
Disabling processing may result in stale data, non-compliance with server-defined security
settings, and possible loss of access to data.pauseBackgroundProcessing in interface SmartcryptKeyManagementpublic void resumeBackgroundProcessing()
resumeBackgroundProcessing in interface SmartcryptKeyManagementpublic void close()
close in interface Closeableclose in interface AutoCloseable