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