Searched refs:userKeyAlgorithm (Results 1 – 1 of 1) sorted by relevance
151 String userKeyAlgorithm = savedStates.getString(USER_KEY_ALGORITHM); in onRestoreStates() local153 Log.d(TAG, "Loaded key algorithm: " + userKeyAlgorithm); in onRestoreStates()154 if (userKeyAlgorithm != null && userKeyBytes != null) { in onRestoreStates()155 setPrivateKey(userKeyAlgorithm, userKeyBytes); in onRestoreStates()