jdk/test/javax/smartcardio/HistoricalBytes.java
author alanb
Tue, 03 May 2016 09:09:57 +0100
changeset 37779 7c84df693837
parent 5506 202f599c92aa
child 40261 86a49ba76f52
permissions -rw-r--r--
8154956: Module system implementation refresh (4/2016) Reviewed-by: alanb, mchung, chegar, redestad Contributed-by: alan.bateman@oracle.com, mandy.chung@oracle.com, erik.joelsson@oracle.com, chris.hegarty@oracle.com, peter.levart@gmail.com, sundararajan.athijegannathan@oracle.com
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
/*
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
     2
 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
 * published by the Free Software Foundation.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
 * accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
 *
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    20
 * or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    21
 * questions.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
/**
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
 * @test
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
 * @bug 6445367
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
 * @summary Verify that ATR.getHistoricalBytes() works
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
 * @author Andreas Sterbenz
37779
7c84df693837 8154956: Module system implementation refresh (4/2016)
alanb
parents: 5506
diff changeset
    29
 * @compile -addmods java.smartcardio HistoricalBytes.java
7c84df693837 8154956: Module system implementation refresh (4/2016)
alanb
parents: 5506
diff changeset
    30
 * @run main/othervm -addmods java.smartcardio HistoricalBytes
7c84df693837 8154956: Module system implementation refresh (4/2016)
alanb
parents: 5506
diff changeset
    31
 */
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
import java.util.Arrays;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
import javax.smartcardio.*;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
public class HistoricalBytes {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
    public static String toString(byte[] b) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
        return Serialize.toString(b);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
    public static byte[] parse(String s) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
        return Serialize.parse(s);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
    // generated using ATR_analysis from pcsc-tools
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
    private final static String[] ATRS = {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
        "3B 7F 18 00 00 00 31 C0 73 9E 01 0B 64 52 D9 04 00 82 90 00",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
        "3B 65 00 00 9C 02 02 07 02",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
        "3B 95 18 40 FF 62 01 02 01 04",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
        "3B 86 40 20 68 01 01 02 04 AC",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
        "3B 9F 96 80 1F C3 80 31 E0 73 FE 21 1B B3 E2 02 7E 83 0F 90 00 82",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
        "3B FF 13 00 FF 81 31 FE 5D 80 25 A0 00 00 00 56 57 44 4B 33 32 30 05 00 3F",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
        "3F 6D 00 00 80 31 80 65 B0 05 01 02 5E 83 00 90 00",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
        "3F 65 35 64 02 04 6C 90 40",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
        "3B 9F 96 80 1F C3 80 31 E0 73 FE 21 1B B3 E2 02 7E 83 0F 90 00 82 11",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
        "3F 65 35 64 02 04 6C 90 40 55 55", // invalid
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
    };
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
    private final static String[] HIST = {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
        "00 31 C0 73 9E 01 0B 64 52 D9 04 00 82 90 00",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
        "9C 02 02 07 02",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
        "62 01 02 01 04",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
        "68 01 01 02 04 AC",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
        "80 31 E0 73 FE 21 1B B3 E2 02 7E 83 0F 90 00",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
        "80 25 A0 00 00 00 56 57 44 4B 33 32 30 05 00",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
        "80 31 80 65 B0 05 01 02 5E 83 00 90 00",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
        "02 04 6C 90 40",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
        "",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
        "",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
    };
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
    public static void main(String[] args) throws Exception {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
        for (int i = 0; i < ATRS.length; i++) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
            ATR atr = new ATR(parse(ATRS[i]));
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
            byte[] hist = parse(HIST[i]);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
            byte[] b = atr.getHistoricalBytes();
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
            if (!Arrays.equals(b, hist)) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
                throw new Exception("mismatch: " + toString(b) + " != " + toString(hist));
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
            }
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
        System.out.println("OK");
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
}