Replace "TEE" with "secure hardware".
This is to make the Android KeyStore API more generic. Bug: 18088752 Change-Id: I18bcc96db4af17127e5dc038becc9deb85bb48aa
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user