getRaw

fun getRaw(context: Context, key: String): String?

Reads the raw encrypted JSON string stored under key without deserializing it.

Return

The raw JSON string, or null if the key is absent.

Parameters

context

The Android context used to access encrypted storage.

key

The storage key to look up.