public static class SecureStore.EntryKey extends Object
SecureStore entry| Modifier and Type | Field and Description |
|---|---|
String |
name |
String |
section |
String |
subsection |
| Constructor and Description |
|---|
SecureStore.EntryKey(String section,
String subsection,
String name)
Creates EntryKey.
|