OSDN Git Service

Switch RecoverySystem impl to use sun.security.pkcs
authorPrzemyslaw Szczepaniak <pszczepaniak@google.com>
Thu, 9 Jul 2015 12:28:30 +0000 (13:28 +0100)
committerNarayan Kamath <narayan@google.com>
Sat, 21 Nov 2015 14:51:05 +0000 (14:51 +0000)
commit9ad08ec5be0d1e225c9f463fd395ba852b6b5bba
treeb29784fdcf39fb8b2481e956fb7e9886e2edc70e
parent2c4f2843f4aa904c27dc78086bff039dbd295959
Switch RecoverySystem impl to use sun.security.pkcs

Due to org.apache.harmony.security package removal,
RecoverySystem#verifyPackage was rewritten to use
sun.security.pkcs package for verifining package
signature.

(cherry-picked from 84acbd76f7e1300e8404ac1b94f008826f9cc0fb)

Change-Id: I3a2058982beadab1aaae793c25db5c6f7387a72b
core/java/android/os/RecoverySystem.java