Implement startRecoverySession
Test: adb shell am instrument -w -e package com.android.server.locksettings.recoverablekeystore com.android.frameworks.servicestests/android.support.test.runner.AndroidJUnitRunner Change-Id: I25e99f6014ef5e831420367040de7e1a80f134f0
This commit is contained in:
@@ -60,7 +60,7 @@ public final class KeyDerivationParameters implements Parcelable {
|
||||
/**
|
||||
* Creates instance of the class to to derive key using salted SHA256 hash.
|
||||
*/
|
||||
public KeyDerivationParameters createSHA256Parameters(@NonNull byte[] salt) {
|
||||
public static KeyDerivationParameters createSHA256Parameters(@NonNull byte[] salt) {
|
||||
return new KeyDerivationParameters(ALGORITHM_SHA256, salt);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user