Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71802f34 authored by Bo Zhu's avatar Bo Zhu Committed by android-build-merger
Browse files

Merge "Move the trusted root CA certs for RecoverableKeyStore to our own folder" into pi-dev

am: 62fa81f7

Change-Id: Ib9e6eea3f787c56e8be34f922c78a326d808a481
parents 18e16c11 62fa81f7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,9 +14,9 @@
 * limitations under the License.
 */

package android.security.backup;
package android.security.keystore.recovery;

import static android.security.backup.X509CertificateParsingUtils.decodeBase64Cert;
import static android.security.keystore.recovery.X509CertificateParsingUtils.decodeBase64Cert;

import android.util.ArrayMap;

+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

package android.security.backup;
package android.security.keystore.recovery;

import java.io.ByteArrayInputStream;
import java.io.InputStream;
+2 −2
Original line number Diff line number Diff line
@@ -14,9 +14,9 @@
 * limitations under the License.
 */

package android.security.backup;
package android.security.keystore.recovery;

import static android.security.backup.TrustedRootCertificates.listRootCertificates;
import static android.security.keystore.recovery.TrustedRootCertificates.listRootCertificates;

import static org.junit.Assert.assertTrue;

+2 −2
Original line number Diff line number Diff line
@@ -14,9 +14,9 @@
 * limitations under the License.
 */

package android.security.backup;
package android.security.keystore.recovery;

import static android.security.backup.X509CertificateParsingUtils.decodeBase64Cert;
import static android.security.keystore.recovery.X509CertificateParsingUtils.decodeBase64Cert;

import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.fail;