Revision 01534004 test/src/com/android/AndroidSystemPin.java

View differences:

test/src/com/android/AndroidSystemPin.java
6 6
public final class AndroidSystemPin extends ApkSignaturePin {
7 7

  
8 8
    public AndroidSystemPin() {
9
        fingerprints = new String[] {
10
                "c8a2e9bccf597c2fb6dc66bee293fc13f2fc47ec77bc6b2b0d52c11f51192ab8",
11
        };
9 12
        certificates = new byte[][] {
10 13
                {
11 14
                        48, -126, 4, -88, 48, -126, 3, -112, -96, 3, 2, 1, 2, 2, 9, 0, -77, -103,
......
79 82
                        -115, -43, -72, 57, -110, 3, -38, -82, 46, -44, 70, 35, 46, 79, -23, -67,
80 83
                        -106, 19, -108, -58, 48, 14, 81, 56, -29, -49, -46, -123, -26, -28, -28,
81 84
                        -125, 83, -116, -72, -79, -77, 87
82
            },
85
                },
83 86
        };
84 87
    }
85 88
}

Also available in: Unified diff