aboutsummaryrefslogtreecommitdiff
path: root/security/FingerprintDialog/template-params.xml
diff options
context:
space:
mode:
authorTakeshi Hagikura <thagikura@google.com>2015-10-16 17:30:49 +0900
committerTakeshi Hagikura <thagikura@google.com>2015-10-16 17:30:49 +0900
commit217bec696842c9b91daaa317da1338e88c6fd93a (patch)
tree6e4acbf3c4e57e847016f7ad5e11f6fbc7071c9f /security/FingerprintDialog/template-params.xml
parent628ae62ee17a9942d8f2703f88b915d9523b4b04 (diff)
downloadandroid-217bec696842c9b91daaa317da1338e88c6fd93a.tar.gz
Fix the links for the documents
Change-Id: Id14ba655b344817fb3b631e4b53f63551a4d30cd
Diffstat (limited to 'security/FingerprintDialog/template-params.xml')
-rw-r--r--security/FingerprintDialog/template-params.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/security/FingerprintDialog/template-params.xml b/security/FingerprintDialog/template-params.xml
index 0fa320c1..2b9e2362 100644
--- a/security/FingerprintDialog/template-params.xml
+++ b/security/FingerprintDialog/template-params.xml
@@ -87,9 +87,9 @@ before proceeding some actions such as purchasing an item.
First you need to create a symmetric key in the Android Key Store using [KeyGenerator][1]
which can be only be used after the user has authenticated with fingerprint and pass
-a [KeyGeneratorSpec][2].
+a [KeyGenParameterSpec][2].
-By setting [KeyGeneratorSpec.Builder.setUserAuthenticationRequired][3] to true, you can permit the
+By setting [KeyGenParameterSpec.Builder.setUserAuthenticationRequired][3] to true, you can permit the
use of the key only after the user authenticate it including when authenticated with the user's
fingerprint.
@@ -101,11 +101,11 @@ Once the fingerprint (or password) is verified, the
[FingerprintManager.AuthenticationCallback#onAuthenticationSucceeded()][6] callback is called.
[1]: https://developer.android.com/reference/javax/crypto/KeyGenerator.html
-[2]: https://developer.android.com/reference/android/security/KeyGenParameterSpec.html
-[3]: https://developer.android.com/reference/android/security/KeyGenParameterSpec.Builder#setUserAuthenticationRequired().html
-[4]: https://developer.android.com/reference/android/hardware/FingerprintManager#authenticate().html
+[2]: https://developer.android.com/reference/android/security/keystore/KeyGenParameterSpec.html
+[3]: https://developer.android.com/reference/android/security/keystore/KeyGenParameterSpec.Builder.html#setUserAuthenticationRequired%28boolean%29
+[4]: https://developer.android.com/reference/android/hardware/fingerprint/FingerprintManager.html#authenticate%28android.hardware.fingerprint.FingerprintManager.CryptoObject,%20android.os.CancellationSignal,%20int,%20android.hardware.fingerprint.FingerprintManager.AuthenticationCallback,%20android.os.Handler%29
[5]: https://developer.android.com/reference/javax/crypto/Cipher.html
-[6]: https://developer.android.com/reference/android/hardware/FingerprintManager.AuthenticationCallback#onAuthenticationSucceeded().html
+[6]: https://developer.android.com/reference/android/hardware/fingerprint/FingerprintManager.AuthenticationCallback.html#onAuthenticationSucceeded%28android.hardware.fingerprint.FingerprintManager.AuthenticationResult%29
]]>
</intro>
</metadata>