commit | 26c878fb66bd104dc7f6eb7d8e18284bdedfd4d2 | [log] [tgz] |
---|---|---|
author | Janis Danisevskis <jdanis@google.com> | Sun Oct 18 18:18:21 2020 -0700 |
committer | Janis Danisevskis <jdanis@google.com> | Tue Oct 27 12:09:37 2020 -0700 |
tree | 73c306201020c54794db83af8267721268b57482 | |
parent | 2528438731f14a9a5a09e15f6ed661ba47a8a1b9 [diff] |
Keystore SPI: Deprecate encryption flag. The encryption-required flag is only available in already deprecated API KeyPairGeneratorSpec and KeyStoreParameter will be ignored from Android S. Keys are and have been encrypted by default for a long time and if additional binding to the LSKF is desired it can be requested by KeyGenParameterSpec.Builder#setUserAuthenticationRequired(boolean). Test: None Change-Id: I5bd4acb4bba276decd1930ae2e96a55f95627e10