summaryrefslogtreecommitdiffstats
path: root/keystore/java/android/security/NewFingerprintEnrolledException.java
Commit message (Collapse)AuthorAgeFilesLines
* Add KeyPermanentlyInvalidatedException.Alex Klyubin2015-04-291-41/+0
| | | | | | | | | | | | | | | | | | | This enables users of AndroidKeyStore crypto to differentiate between the key being unusable until the user is authenticated (UserNotAuthenticatedException) and the key being permanently unusable (KeyPermanentlyInvalidatedException). The latter is the case when the secure lock screen has been disabled or reset, and, for keys that require user authentication for every use, when a new fingerprint is enrolled or all fingerprints are unenrolled. NOTE: The KeyPermanentlyInvalidatedException subsumes/replaces the NewFingerprintEnrolledException which has thus been removed. There is no way to find out whether a key was permenently invalidated specifically because a new fingerprint was added. Bug: 20642549 Bug: 20526234 Change-Id: I0206cd99eef5c605c9c4d6afc5eea02eb3b1fe6b
* resolved conflicts for merge of f9c14b7d to masterAlex Klyubin2015-04-241-1/+3
| | | | Change-Id: Ifa29891b8ad7979cbc28c54180b9606bb1319ff0
* Unhide the new AndroidKeyStore API.Alex Klyubin2015-04-131-2/+0
| | | | | Bug: 18088752 Change-Id: I93f87cbb1cd04a4a2e34f3d544d678c92cf052ee
* Add fingerprint-specific AndroidKeyStore API.Alex Klyubin2015-04-011-0/+41
Bug: 18088752 Change-Id: I333d3ffc820d28ae678e28dafc2e8a24cb7eb073