1<?xml version="1.0" encoding="utf-8"?>
2<!--
3  Copyright 2020 The Android Open Source Project
4
5  Licensed under the Apache License, Version 2.0 (the "License");
6  you may not use this file except in compliance with the License.
7  You may obtain a copy of the License at
8
9       http://www.apache.org/licenses/LICENSE-2.0
10
11  Unless required by applicable law or agreed to in writing, software
12  distributed under the License is distributed on an "AS IS" BASIS,
13  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  See the License for the specific language governing permissions and
15  limitations under the License.
16  -->
17<app-authenticator>
18    <expected-identity>
19        <package name="com.bank.app">
20            <cert-digest> fb5dbd3c669af9fc236c6991e6387b7f11ff0590997f22d0f5c74ff40e04fca8
21            </cert-digest>
22        </package>
23        <package name="com.social.app">
24            <cert-digest>6a8b96e278e58f62cfe3584022cec1d0527fcb85a9e5d2e1694eb0405be5b599
25            </cert-digest>
26            <cert-digest>d78405f761ff6236cc9b570347a570aba0c62a129a3ac30c831c64d09ad95469
27            </cert-digest>
28        </package>
29    </expected-identity>
30    <permission name="androidx.security.app.authenticator.TEST_PERMISSION">
31        <all-packages>
32            <cert-digest>fb5dbd3c669af9fc236c6991e6387b7f11ff0590997f22d0f5c74ff40e04fca8
33            </cert-digest>
34            <cert-digest>681b0e56a796350c08647352a4db800cc44b2adc8f4c72fa350bd05d4d50264d
35            </cert-digest>
36        </all-packages>
37        <package name="com.android.app1">
38            <cert-digest>Fb5dbd3c669af9fc236c6991e6387b7f11ff0590997f22d0f5c74ff40e04fca8
39            </cert-digest>
40        </package>
41        <package name="com.android.app2">
42            <cert-digest>6a8b96e278e58f62cfe3584022cec1d0527fcb85a9e5d2e1694eb0405be5b599
43            </cert-digest>
44            <cert-digest>d78405f761ff6236cc9b570347a570aba0c62a129a3ac30c831c64d09ad95469
45            </cert-digest>
46        </package>
47    </permission>
48</app-authenticator>
49