public class SecureStorageModule
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static SecureStorageModule |
create()
Create SecureStorageModule object.
|
SecureStorageManager |
getSecureStorageManager()
Get SecureStorageManager.
|
boolean |
reset(java.lang.String storageIdentifier)
Cleanup the data associated with given storageIdentifier.
|
public static SecureStorageModule create()
public SecureStorageManager getSecureStorageManager()
SecureStorageManager object.public boolean reset(java.lang.String storageIdentifier)
throws IdpSecureStorageException
storageIdentifier - the name of the storage to be cleaned up.IdpSecureStorageException - when database operation failed.IdpCore.reset()