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.java153 String userKeyAlgorithm = savedStates.getString(USER_KEY_ALGORITHM); in onRestoreStates() local
155 Log.d(TAG, "Loaded key algorithm: " + userKeyAlgorithm); in onRestoreStates()
156 if (userKeyAlgorithm != null && userKeyBytes != null) { in onRestoreStates()
157 setPrivateKey(userKeyAlgorithm, userKeyBytes); in onRestoreStates()