Files
frameworks_base/core/java/android/app
Eran Messeri ecf0f22e58 DPM: Implement installing certificates for generated keys
Add a new method in the DevicePolicyManager to associate certificates (and
set the user-visibility) with a given key alias.
Conceptually, the new method, setKeyPairCertificate is very similar to
installKeyPair, except it does not install a key, only certificates.

(The new setKeyPairCertificate, together with generateKeyPair is
functionally equivalent to installKeyPair, except the keys are generated
in hardware rather than supplied externally).

Bug: 63388672
Test: cts-tradefed run commandAndExit cts-dev -a armeabi-v7a -m CtsDevicePolicyManagerTestCases -t com.android.cts.devicepolicy.DeviceOwnerTest#testKeyManagement -l DEBUG
Change-Id: Idbfe151f6e5311766decbc1a010bff78dc60249f
2017-12-18 13:26:01 +00:00
..
2017-12-05 18:44:50 -08:00
2017-12-14 10:02:37 -05:00
2017-11-16 22:58:45 -07:00
2017-12-14 10:02:37 -05:00
2017-12-14 10:02:37 -05:00
2017-11-27 18:15:49 -08:00
2017-11-27 18:15:49 -08:00
2017-12-08 00:55:11 +00:00