Home
last modified time | relevance | path

Searched refs:userKeyAlgorithm (Results 1 – 1 of 1) sorted by relevance

/packages/apps/CertInstaller/src/com/android/certinstaller/
DCredentialHelper.java151 String userKeyAlgorithm = savedStates.getString(USER_KEY_ALGORITHM); in onRestoreStates() local
153 Log.d(TAG, "Loaded key algorithm: " + userKeyAlgorithm); in onRestoreStates()
154 if (userKeyAlgorithm != null && userKeyBytes != null) { in onRestoreStates()
155 setPrivateKey(userKeyAlgorithm, userKeyBytes); in onRestoreStates()