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

Commit deea4dcb 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...

Merge "Move the trusted root CA certs for RecoverableKeyStore to our own folder" into pi-dev am: 62fa81f7
am: 71802f34

Change-Id: Ib9f4be5e23d50fd6bbd32cd7469eea67b1e82386
parents e1b254b6 71802f34
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;