Loading keystore/java/android/security/keystore2/KeyStoreCryptoOperationUtils.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -120,6 +120,7 @@ abstract class KeyStoreCryptoOperationUtils { return new KeyPermanentlyInvalidatedException(); return new KeyPermanentlyInvalidatedException(); case ResponseCode.LOCKED: case ResponseCode.LOCKED: case ResponseCode.UNINITIALIZED: case ResponseCode.UNINITIALIZED: case KeymasterDefs.KM_ERROR_KEY_USER_NOT_AUTHENTICATED: // TODO b/173111727 remove response codes LOCKED and UNINITIALIZED // TODO b/173111727 remove response codes LOCKED and UNINITIALIZED return new UserNotAuthenticatedException(); return new UserNotAuthenticatedException(); default: default: Loading Loading
keystore/java/android/security/keystore2/KeyStoreCryptoOperationUtils.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -120,6 +120,7 @@ abstract class KeyStoreCryptoOperationUtils { return new KeyPermanentlyInvalidatedException(); return new KeyPermanentlyInvalidatedException(); case ResponseCode.LOCKED: case ResponseCode.LOCKED: case ResponseCode.UNINITIALIZED: case ResponseCode.UNINITIALIZED: case KeymasterDefs.KM_ERROR_KEY_USER_NOT_AUTHENTICATED: // TODO b/173111727 remove response codes LOCKED and UNINITIALIZED // TODO b/173111727 remove response codes LOCKED and UNINITIALIZED return new UserNotAuthenticatedException(); return new UserNotAuthenticatedException(); default: default: Loading