Package | Description |
---|---|
com.example.paybyworkout.security |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
SecurePreferences.getString(java.lang.String key) |
Constructor and Description |
---|
SecurePreferences(android.content.Context context,
java.lang.String preferenceName,
java.lang.String secureKey,
boolean encryptKeys)
This will initialize an instance of the SecurePreferences class
|