commit | d9dded5a46bb26f621d9da9334dd982217645e93 | [log] [tgz] |
---|---|---|
author | Alex Klyubin <klyubin@google.com> | Fri Feb 05 14:18:19 2016 -0800 |
committer | Alex Klyubin <klyubin@google.com> | Fri Feb 05 14:18:19 2016 -0800 |
tree | 77bd465a9e85a6e6815115ddb912d5da9e9e1bc7 | |
parent | 31312ecfd2b701c6b9fdc34156e8a12df3022c25 [diff] |
Fix typo in KeyInfo Javadoc. Change-Id: I801005a93aee71b93b3d6cf3f7c38361493ff203
diff --git a/keystore/java/android/security/keystore/KeyInfo.java b/keystore/java/android/security/keystore/KeyInfo.java index 7cf4b04..d726880 100644 --- a/keystore/java/android/security/keystore/KeyInfo.java +++ b/keystore/java/android/security/keystore/KeyInfo.java
@@ -269,7 +269,7 @@ /** * Returns {@code true} if the requirement that this key can only be used if the user has been - * authenticated if enforced by secure hardware (e.g., Trusted Execution Environment (TEE) or + * authenticated is enforced by secure hardware (e.g., Trusted Execution Environment (TEE) or * Secure Element (SE)). * * @see #isUserAuthenticationRequired()