Loading keystore/java/android/security/KeyStore.java +1 −1 Original line number Diff line number Diff line Loading @@ -584,7 +584,7 @@ public class KeyStore { } KeyCharacteristics characteristics = result.getKeyCharacteristics(); if (characteristics == null) { Log.e(TAG, "generateKeyInternal got empty key cheractariestics " + error); Log.e(TAG, "generateKeyInternal got empty key characteristics " + error); return SYSTEM_ERROR; } outCharacteristics.shallowCopyFrom(characteristics); Loading Loading
keystore/java/android/security/KeyStore.java +1 −1 Original line number Diff line number Diff line Loading @@ -584,7 +584,7 @@ public class KeyStore { } KeyCharacteristics characteristics = result.getKeyCharacteristics(); if (characteristics == null) { Log.e(TAG, "generateKeyInternal got empty key cheractariestics " + error); Log.e(TAG, "generateKeyInternal got empty key characteristics " + error); return SYSTEM_ERROR; } outCharacteristics.shallowCopyFrom(characteristics); Loading