OSDN Git Service

Move trusted CA certs to core
authorRobert Berry <robertberry@google.com>
Mon, 19 Mar 2018 12:11:20 +0000 (12:11 +0000)
committerRobert Berry <robertberry@google.com>
Mon, 19 Mar 2018 16:27:07 +0000 (16:27 +0000)
commit2efe66b6498a5e873b55d8ccbd4ac9d3dddaeb54
treeea209e4b95f34c1b5002ac0c6d4055a6a0e1cbf3
parent31ac587b432eb7eabe9dd5fd7b75a3abfa4d6118
Move trusted CA certs to core

Android Security team asked us to do this.

Bug: 74621071
Test: runtest frameworks-core -p android.security.backup
Change-Id: Ieae1649b82d0143fd5d560195f74b9fc10316d02
core/java/android/security/backup/TrustedRootCertificates.java [new file with mode: 0644]
core/java/android/security/backup/X509CertificateParsingUtils.java [new file with mode: 0644]
core/tests/coretests/src/android/security/backup/TrustedRootCertificatesTest.java [new file with mode: 0644]
core/tests/coretests/src/android/security/backup/X509CertificateParsingUtilsTest.java [new file with mode: 0644]