diff options
author | Alex Klyubin <klyubin@google.com> | 2015-05-08 09:02:38 -0700 |
---|---|---|
committer | Alex Klyubin <klyubin@google.com> | 2015-05-08 09:02:38 -0700 |
commit | eae1da7788f0f9f37fa142a2df34bfaec1f4253e (patch) | |
tree | 7d697632244fe7ec27b5f5fc99e60f03ef507044 /keystore/java/android/security/KeyStoreKeyProperties.java | |
parent | dc9b2dfae2d2c0ef6d7e8d769a78abc17add537a (diff) |
Replace "TEE" with "secure hardware".
This is to make the Android KeyStore API more generic.
Bug: 18088752
Change-Id: I18bcc96db4af17127e5dc038becc9deb85bb48aa
Diffstat (limited to 'keystore/java/android/security/KeyStoreKeyProperties.java')
-rw-r--r-- | keystore/java/android/security/KeyStoreKeyProperties.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keystore/java/android/security/KeyStoreKeyProperties.java b/keystore/java/android/security/KeyStoreKeyProperties.java index 1c3e3005acff..1cf6a7a6d36e 100644 --- a/keystore/java/android/security/KeyStoreKeyProperties.java +++ b/keystore/java/android/security/KeyStoreKeyProperties.java @@ -656,7 +656,7 @@ public abstract class KeyStoreKeyProperties { public static final int IMPORTED = 1 << 1; /** - * Origin of the key is unknown. This can occur only for keys backed by an old TEE + * Origin of the key is unknown. This can occur only for keys backed by an old TEE-backed * implementation which does not record origin information. */ public static final int UNKNOWN = 1 << 2; |