test/jdk/sun/security/tools/keytool/KeyToolTest.java
author erikj
Tue, 12 Sep 2017 19:03:39 +0200
changeset 47216 71c04702a3d5
parent 41960 jdk/test/sun/security/tools/keytool/KeyToolTest.java@916bb3d29d7b
child 49882 a02abc7e5536
permissions -rw-r--r--
8187443: Forest Consolidation: Move files to unified layout Reviewed-by: darcy, ihse
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
/*
41960
916bb3d29d7b 8168882: keytool doesn't print certificate info if disabled algorithm was used for signing a jar
asmotrak
parents: 41107
diff changeset
     2
 * Copyright (c) 2005, 2016, 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: 2067
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2067
diff changeset
    20
 * or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2067
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
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
 * @summary Testing keytool
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
 * @author weijun.wang
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
 * Run through autotest.sh and manualtest.sh
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
 * Testing non-PKCS11 keystores:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
 *       echo | java -Dfile KeyToolTest
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
 * Testing NSS PKCS11 keystores:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
 *       # testing NSS
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
 *       # make sure the NSS db files are in current directory and writable
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
 *       echo | java -Dnss -Dnss.lib=/path/to/libsoftokn3.so KeyToolTest
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
 * Testing Solaris Cryptography Framework PKCS11 keystores:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
 *       # make sure you've already run pktool and set test12 as pin
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
 *       echo | java -Dsolaris KeyToolTest
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
 * ATTENTION:
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
    45
 * Exception in thread "main" java.security.ProviderException:
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
    46
 *   sun.security.pkcs11.wrapper.PKCS11Exception: CKR_KEY_SIZE_RANGE
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
 *       at sun.security.pkcs11.P11Signature.engineSign(P11Signature.java:420)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
 *       ...
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
 * Caused by: sun.security.pkcs11.wrapper.PKCS11Exception: CKR_KEY_SIZE_RANGE
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
 *       at sun.security.pkcs11.wrapper.PKCS11.C_SignFinal(Native Method)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
 *       at sun.security.pkcs11.P11Signature.engineSign(P11Signature.java:391)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
 *       ...
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
 * been observed. Possibly a Solaris bug
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
 * ATTENTION:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
 * NSS PKCS11 config file are changed, DSA not supported now.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
29596
70399c7a7f5a 8074935: jdk8 keytool doesn't validate pem files for RFC 1421 correctness, as jdk7 did
weijun
parents: 29225
diff changeset
    59
import java.nio.file.Files;
70399c7a7f5a 8074935: jdk8 keytool doesn't validate pem files for RFC 1421 correctness, as jdk7 did
weijun
parents: 29225
diff changeset
    60
import java.nio.file.Paths;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
import java.security.KeyStore;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
import sun.security.x509.*;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
import java.io.*;
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
    64
import java.security.KeyPairGenerator;
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
    65
import java.security.NoSuchAlgorithmException;
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
    66
import java.util.*;
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
    67
import java.security.cert.X509Certificate;
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
    68
import sun.security.util.ObjectIdentifier;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
public class KeyToolTest {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
    // The stdout and stderr outputs after a keytool run
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
    String out;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
    String err;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
    // the output of println() in KeyTool.run
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
    String ex;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
    String lastInput = "", lastCommand = "";
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
    private static final boolean debug =
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
        System.getProperty("debug") != null;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
    static final String NSS_P11_ARG =
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
    84
            "-keystore NONE -storetype PKCS11 -providerName SunPKCS11-nss " +
39633
9dc7586be5f0 8130302: jarsigner and keytool -providerClass needs be re-examined for modules
weijun
parents: 29596
diff changeset
    85
            "-addprovider SunPKCS11 " +
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
    86
            "-providerArg p11-nss.txt ";
39633
9dc7586be5f0 8130302: jarsigner and keytool -providerClass needs be re-examined for modules
weijun
parents: 29596
diff changeset
    87
    // Use -providerClass here, to confirm it still works for SunPKCS11.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
    static final String NSS_SRC_P11_ARG =
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
    89
            "-srckeystore NONE -srcstoretype PKCS11 " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
    90
            "-srcproviderName SunPKCS11-nss " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
    91
            "-providerClass sun.security.pkcs11.SunPKCS11 " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
    92
            "-providerArg p11-nss.txt ";
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
    static final String NZZ_P11_ARG =
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
    94
            "-keystore NONE -storetype PKCS11 -providerName SunPKCS11-nzz " +
39633
9dc7586be5f0 8130302: jarsigner and keytool -providerClass needs be re-examined for modules
weijun
parents: 29596
diff changeset
    95
            "-addprovider SunPKCS11 " +
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
    96
            "-providerArg p11-nzz.txt ";
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
    static final String NZZ_SRC_P11_ARG =
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
    98
            "-srckeystore NONE -srcstoretype PKCS11 " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
    99
            "-srcproviderName SunPKCS11-nzz " +
39633
9dc7586be5f0 8130302: jarsigner and keytool -providerClass needs be re-examined for modules
weijun
parents: 29596
diff changeset
   100
            "-addprovider SunPKCS11 " +
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   101
            "-providerArg p11-nzz.txt ";
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
    static final String SUN_P11_ARG = "-keystore NONE -storetype PKCS11 ";
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   103
    static final String SUN_SRC_P11_ARG =
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   104
            "-srckeystore NONE -srcstoretype PKCS11 ";
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
    String p11Arg, srcP11Arg;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
    /** Creates a new instance of KeyToolTest */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
    KeyToolTest() {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
        // so that there is "Warning" and not translated into other language
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
        Locale.setDefault(Locale.US);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
    /**
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
     * Helper, removes a file
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
    void remove(String filename) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
        if (debug) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
            System.err.println("Removing " + filename);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
        new File(filename).delete();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
        if (new File(filename).exists()) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
            throw new RuntimeException("Error deleting " + filename);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
    /**
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
     * Run a set of keytool command with given terminal input.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
     * @param input the terminal inputs, the characters typed by human
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
     *        if <code>cmd</code> is running on a terminal
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
     * @param cmd the argument of a keytool command line
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
     * @throws if keytool goes wrong in some place
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
    void test(String input, String cmd) throws Exception {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
        lastInput = input;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
        lastCommand = cmd;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
   138
        // "X" is appended so that we can precisely test how input is consumed
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
        HumanInputStream in = new HumanInputStream(input+"X");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
        test(in, cmd);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
        // make sure the input string is no more no less
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
        if(in.read() != 'X' || in.read() != -1)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
            throw new Exception("Input not consumed exactly");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
    void test(InputStream in, String cmd) throws Exception {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
        // save the original 3 streams
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
        if (debug) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
            System.err.println(cmd);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
        } else {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
            System.err.print(".");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
        PrintStream p1 = System.out;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
        PrintStream p2 = System.err;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
        InputStream i1 = System.in;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
        ByteArrayOutputStream b1 = new ByteArrayOutputStream();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
        ByteArrayOutputStream b2 = new ByteArrayOutputStream();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
        try {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
            System.setIn(in);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
            System.setOut(new PrintStream(b1));
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
            System.setErr(new PrintStream(b2));
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents: 12871
diff changeset
   166
            // since System.in is overrided, the
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents: 12871
diff changeset
   167
            // sun.security.tools.keytool.Main.main() method will
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
            // never block at user input
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents: 12871
diff changeset
   170
            // use -debug so that main() will throw an Exception
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
            // instead of calling System.exit()
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents: 12871
diff changeset
   172
            sun.security.tools.keytool.Main.main(("-debug "+cmd).split("\\s+"));
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
        } finally {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
            out = b1.toString();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   175
            err = b2.toString();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
            ex = out;   // now it goes to System.out
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
            System.setIn(i1);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   178
            System.setOut(p1);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   179
            System.setErr(p2);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   180
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   181
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   182
90ce3da70b43 Initial load
duke
parents:
diff changeset
   183
    /**
90ce3da70b43 Initial load
duke
parents:
diff changeset
   184
     * Call this method if you expect test(input, cmd) should go OK
90ce3da70b43 Initial load
duke
parents:
diff changeset
   185
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   186
    void testOK(String input, String cmd) throws Exception {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   187
        try {
27344
890be6336eab 8057810: New defaults for DSA keys in jarsigner and keytool
weijun
parents: 14182
diff changeset
   188
            // Workaround for "8057810: Make SHA256withDSA the default
890be6336eab 8057810: New defaults for DSA keys in jarsigner and keytool
weijun
parents: 14182
diff changeset
   189
            // jarsigner and keytool algorithm for DSA keys". Unfortunately
890be6336eab 8057810: New defaults for DSA keys in jarsigner and keytool
weijun
parents: 14182
diff changeset
   190
            // SunPKCS11-NSS does not support SHA256withDSA yet.
890be6336eab 8057810: New defaults for DSA keys in jarsigner and keytool
weijun
parents: 14182
diff changeset
   191
            if (cmd.contains("p11-nss.txt") && cmd.contains("-genkey")
890be6336eab 8057810: New defaults for DSA keys in jarsigner and keytool
weijun
parents: 14182
diff changeset
   192
                    && !cmd.contains("-keyalg")) {
890be6336eab 8057810: New defaults for DSA keys in jarsigner and keytool
weijun
parents: 14182
diff changeset
   193
                cmd += " -sigalg SHA1withDSA -keysize 1024";
890be6336eab 8057810: New defaults for DSA keys in jarsigner and keytool
weijun
parents: 14182
diff changeset
   194
            }
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   195
            test(input, cmd);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   196
        } catch(Exception e) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   197
            afterFail(input, cmd, "OK");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   198
            throw e;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   199
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   200
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   201
90ce3da70b43 Initial load
duke
parents:
diff changeset
   202
    /**
90ce3da70b43 Initial load
duke
parents:
diff changeset
   203
     * Call this method if you expect test(input, cmd) should fail and throw
90ce3da70b43 Initial load
duke
parents:
diff changeset
   204
     * an exception
90ce3da70b43 Initial load
duke
parents:
diff changeset
   205
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   206
    void testFail(String input, String cmd) throws Exception {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   207
        boolean ok;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   208
        try {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   209
            test(input, cmd);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   210
            ok = true;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   211
        } catch(Exception e) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   212
            if (e instanceof MissingResourceException) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   213
                ok = true;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   214
            } else {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   215
                ok = false;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   216
            }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   217
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   218
        if(ok) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   219
            afterFail(input, cmd, "FAIL");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   220
            throw new RuntimeException();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   221
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   222
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   223
90ce3da70b43 Initial load
duke
parents:
diff changeset
   224
    /**
90ce3da70b43 Initial load
duke
parents:
diff changeset
   225
     * Call this method if you expect test(input, cmd) should go OK
90ce3da70b43 Initial load
duke
parents:
diff changeset
   226
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   227
    void testOK(InputStream is, String cmd) throws Exception {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   228
        try {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   229
            test(is, cmd);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   230
        } catch(Exception e) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   231
            afterFail("", cmd, "OK");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   232
            throw e;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   233
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   234
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   235
90ce3da70b43 Initial load
duke
parents:
diff changeset
   236
    /**
90ce3da70b43 Initial load
duke
parents:
diff changeset
   237
     * Call this method if you expect test(input, cmd) should fail and throw
90ce3da70b43 Initial load
duke
parents:
diff changeset
   238
     * an exception
90ce3da70b43 Initial load
duke
parents:
diff changeset
   239
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   240
    void testFail(InputStream is, String cmd) throws Exception {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   241
        boolean ok;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   242
        try {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   243
            test(is, cmd);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   244
            ok = true;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   245
        } catch(Exception e) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   246
            ok = false;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   247
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   248
        if(ok) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   249
            afterFail("", cmd, "FAIL");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   250
            throw new RuntimeException();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   251
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   252
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   253
90ce3da70b43 Initial load
duke
parents:
diff changeset
   254
    /**
90ce3da70b43 Initial load
duke
parents:
diff changeset
   255
     * Call this method if you just want to run the command and does
90ce3da70b43 Initial load
duke
parents:
diff changeset
   256
     * not care if it succeeds or fails.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   257
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   258
    void testAnyway(String input, String cmd) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   259
        try {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   260
            test(input, cmd);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   261
        } catch(Exception e) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   262
            ;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   263
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   264
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   265
90ce3da70b43 Initial load
duke
parents:
diff changeset
   266
    /**
90ce3da70b43 Initial load
duke
parents:
diff changeset
   267
     * Helper method, print some output after a test does not do as expected
90ce3da70b43 Initial load
duke
parents:
diff changeset
   268
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   269
    void afterFail(String input, String cmd, String should) {
27344
890be6336eab 8057810: New defaults for DSA keys in jarsigner and keytool
weijun
parents: 14182
diff changeset
   270
        if (cmd.contains("p11-nss.txt")) {
890be6336eab 8057810: New defaults for DSA keys in jarsigner and keytool
weijun
parents: 14182
diff changeset
   271
            cmd = "-J-Dnss.lib=" + System.getProperty("nss.lib") + " " + cmd;
890be6336eab 8057810: New defaults for DSA keys in jarsigner and keytool
weijun
parents: 14182
diff changeset
   272
        }
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   273
        System.err.println("\nTest fails for the command ---\n" +
90ce3da70b43 Initial load
duke
parents:
diff changeset
   274
                "keytool " + cmd + "\nOr its debug version ---\n" +
90ce3da70b43 Initial load
duke
parents:
diff changeset
   275
                "keytool -debug " + cmd);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   276
90ce3da70b43 Initial load
duke
parents:
diff changeset
   277
        System.err.println("The command result should be " + should +
90ce3da70b43 Initial load
duke
parents:
diff changeset
   278
                ", but it's not. Try run the command manually and type" +
90ce3da70b43 Initial load
duke
parents:
diff changeset
   279
                " these input into it: ");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   280
        char[] inputChars = input.toCharArray();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   281
90ce3da70b43 Initial load
duke
parents:
diff changeset
   282
        for (int i=0; i<inputChars.length; i++) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   283
            char ch = inputChars[i];
90ce3da70b43 Initial load
duke
parents:
diff changeset
   284
            if (ch == '\n') System.err.print("ENTER ");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   285
            else if (ch == ' ') System.err.print("SPACE ");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   286
            else System.err.print(ch + " ");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   287
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   288
        System.err.println("");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   289
90ce3da70b43 Initial load
duke
parents:
diff changeset
   290
        System.err.println("ERR is:\n"+err);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   291
        System.err.println("OUT is:\n"+out);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   292
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   293
90ce3da70b43 Initial load
duke
parents:
diff changeset
   294
    void assertTrue(boolean bool, String msg) {
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
   295
        if (debug) {
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
   296
            System.err.println("If not " + bool + ", " + msg);
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
   297
        } else {
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
   298
            System.err.print("v");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
   299
        }
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   300
        if(!bool) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   301
            afterFail(lastInput, lastCommand, "TRUE");
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
   302
                System.err.println(msg);
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   303
            throw new RuntimeException(msg);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   304
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   305
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   306
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
   307
    void assertTrue(boolean bool) {
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
   308
        assertTrue(bool, "well...");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
   309
    }
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   310
    /**
90ce3da70b43 Initial load
duke
parents:
diff changeset
   311
     * Helper method, load a keystore
90ce3da70b43 Initial load
duke
parents:
diff changeset
   312
     * @param file file for keystore, null or "NONE" for PKCS11
90ce3da70b43 Initial load
duke
parents:
diff changeset
   313
     * @pass password for the keystore
90ce3da70b43 Initial load
duke
parents:
diff changeset
   314
     * @type keystore type
90ce3da70b43 Initial load
duke
parents:
diff changeset
   315
     * @returns the KeyStore object
90ce3da70b43 Initial load
duke
parents:
diff changeset
   316
     * @exception Exception if anything goes wrong
90ce3da70b43 Initial load
duke
parents:
diff changeset
   317
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   318
    KeyStore loadStore(String file, String pass, String type) throws Exception {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   319
        KeyStore ks = KeyStore.getInstance(type);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   320
        FileInputStream is = null;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   321
        if (file != null && !file.equals("NONE")) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   322
            is = new FileInputStream(file);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   323
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   324
        ks.load(is, pass.toCharArray());
90ce3da70b43 Initial load
duke
parents:
diff changeset
   325
        is.close();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   326
        return ks;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   327
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   328
90ce3da70b43 Initial load
duke
parents:
diff changeset
   329
    /**
90ce3da70b43 Initial load
duke
parents:
diff changeset
   330
     * The test suite.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   331
     * Maybe it's better to put this outside the KeyToolTest class
90ce3da70b43 Initial load
duke
parents:
diff changeset
   332
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   333
    void testAll() throws Exception {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   334
        KeyStore ks;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   335
90ce3da70b43 Initial load
duke
parents:
diff changeset
   336
        remove("x.jks");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   337
        remove("x.jceks");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   338
        remove("x.p12");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   339
        remove("x2.jceks");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   340
        remove("x2.jks");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   341
        remove("x.jks.p1.cert");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   342
90ce3da70b43 Initial load
duke
parents:
diff changeset
   343
        // name changes: genkeypair, importcert, exportcert
90ce3da70b43 Initial load
duke
parents:
diff changeset
   344
        remove("x.jks");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   345
        remove("x.jks.p1.cert");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   346
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   347
                "-keypass changeit -genkeypair -alias p1 -dname CN=olala");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   348
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   349
                "-exportcert -alias p1 -file x.jks.p1.cert");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   350
        ks = loadStore("x.jks", "changeit", "JKS");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   351
        assertTrue(ks.getKey("p1", "changeit".toCharArray()) != null,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   352
            "key not DSA");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   353
        assertTrue(new File("x.jks.p1.cert").exists(), "p1 export err");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   354
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   355
                "-delete -alias p1");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   356
        // importcert, prompt for Yes/No
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   357
        testOK("y\n", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   358
                "-importcert -alias c1 -file x.jks.p1.cert");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   359
        // importcert, -noprompt
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   360
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   361
                "-importcert -alias c2 -file x.jks.p1.cert -noprompt");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   362
        ks = loadStore("x.jks", "changeit", "JKS");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   363
        assertTrue(ks.getCertificate("c1") != null, "import c1 err");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   364
90ce3da70b43 Initial load
duke
parents:
diff changeset
   365
        // v3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   366
        byte[] encoded = ks.getCertificate("c1").getEncoded();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   367
        X509CertImpl certImpl = new X509CertImpl(encoded);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   368
        assertTrue(certImpl.getVersion() == 3, "Version is not 3");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   369
90ce3da70b43 Initial load
duke
parents:
diff changeset
   370
        // changealias and keyclone
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   371
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   372
                "-keypass changeit -genkeypair -alias p1 -dname CN=olala");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   373
        testOK("changeit\n", "-keystore x.jks -storetype JKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   374
                "-changealias -alias p1 -destalias p11");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   375
        testOK("changeit\n", "-keystore x.jks -storetype JKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   376
                "-changealias -alias c1 -destalias c11");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   377
        // press ENTER when prompt for p111's keypass
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   378
        testOK("changeit\n\n", "-keystore x.jks -storetype JKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   379
                "-keyclone -alias p11 -destalias p111");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   380
        ks = loadStore("x.jks", "changeit", "JKS");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   381
        assertTrue(!ks.containsAlias("p1"), "there is no p1");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   382
        assertTrue(!ks.containsAlias("c1"), "there is no c1");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   383
        assertTrue(ks.containsAlias("p11"), "there is p11");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   384
        assertTrue(ks.containsAlias("c11"), "there is c11");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   385
        assertTrue(ks.containsAlias("p111"), "there is p111");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   386
90ce3da70b43 Initial load
duke
parents:
diff changeset
   387
        // genSecKey
90ce3da70b43 Initial load
duke
parents:
diff changeset
   388
        remove("x.jceks");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   389
        // DES, no need keysize
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   390
        testOK("changeit\nchangeit\n\n", "-keystore x.jceks -storetype JCEKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   391
                "-genseckey -alias s1");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   392
        // DES, keysize cannot be 128
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   393
        testFail("changeit\n\n", "-keystore x.jceks -storetype JCEKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   394
                "-genseckey -alias s11 -keysize 128");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   395
        // DESede. no need keysize
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   396
        testOK("changeit\n\n", "-keystore x.jceks -storetype JCEKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   397
                "-genseckey -keyalg DESede -alias s2");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   398
        // AES, need keysize
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   399
        testFail("changeit\n\n", "-keystore x.jceks -storetype AES " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   400
                "-genseckey -keyalg Rijndael -alias s3");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   401
        testOK("changeit\n\n", "-keystore x.jceks -storetype JCEKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   402
                "-genseckey -keyalg AES -alias s3 -keysize 128");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   403
        // about keypass
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   404
        // can accept storepass
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   405
        testOK("\n", "-keystore x.jceks -storetype JCEKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   406
                "-genseckey -alias s4");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   407
        // or a new one
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   408
        testOK("keypass\nkeypass\n", "-keystore x.jceks -storetype JCEKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   409
                "-storepass changeit -genseckey -alias s5");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   410
        // keypass must be valid (prompt 3 times)
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   411
        testOK("bad\n\bad\nkeypass\nkeypass\n", "-keystore x.jceks " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   412
                "-storetype JCEKS -storepass changeit -genseckey -alias s6");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   413
        // keypass must be valid (prompt 3 times)
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   414
        testFail("bad\n\bad\nbad\n", "-keystore x.jceks -storetype JCEKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   415
                "-storepass changeit -genseckey -alias s7");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   416
        // keypass must be valid (prompt 3 times)
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   417
        testFail("bad\n\bad\nbad\nkeypass\n", "-keystore x.jceks " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   418
                "-storetype JCEKS -storepass changeit -genseckey -alias s7");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   419
        ks = loadStore("x.jceks", "changeit", "JCEKS");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   420
        assertTrue(ks.getKey("s1", "changeit".toCharArray())
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   421
                .getAlgorithm().equalsIgnoreCase("DES"), "s1 is DES");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   422
        assertTrue(ks.getKey("s1", "changeit".toCharArray())
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   423
                .getEncoded().length == 8,  "DES is 56");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   424
        assertTrue(ks.getKey("s2", "changeit".toCharArray())
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   425
                .getEncoded().length == 24,  "DESede is 168");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   426
        assertTrue(ks.getKey("s2", "changeit".toCharArray())
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   427
                .getAlgorithm().equalsIgnoreCase("DESede"), "s2 is DESede");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   428
        assertTrue(ks.getKey("s3", "changeit".toCharArray())
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   429
                .getAlgorithm().equalsIgnoreCase("AES"), "s3 is AES");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   430
        assertTrue(ks.getKey("s4", "changeit".toCharArray())
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   431
                .getAlgorithm().equalsIgnoreCase("DES"), "s4 is DES");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   432
        assertTrue(ks.getKey("s5", "keypass".toCharArray())
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   433
                .getAlgorithm().equalsIgnoreCase("DES"), "s5 is DES");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   434
        assertTrue(ks.getKey("s6", "keypass".toCharArray())
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   435
                .getAlgorithm().equalsIgnoreCase("DES"), "s6 is DES");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   436
        assertTrue(!ks.containsAlias("s7"), "s7 not created");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   437
90ce3da70b43 Initial load
duke
parents:
diff changeset
   438
        // maybe we needn't test this, one day JKS will support SecretKey
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   439
        //testFail("changeit\nchangeit\n", "-keystore x.jks -storetype JKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   440
        //        "-genseckey -keyalg AES -alias s3 -keysize 128");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   441
90ce3da70b43 Initial load
duke
parents:
diff changeset
   442
        // importKeyStore
90ce3da70b43 Initial load
duke
parents:
diff changeset
   443
        remove("x.jks");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   444
        remove("x.jceks");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   445
        // create 2 entries...
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   446
        testOK("changeit\nchangeit\n\n", "-keystore x.jceks -storetype JCEKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   447
                "-genkeypair -alias p1 -dname CN=Olala");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   448
        testOK("", "-keystore x.jceks -storetype JCEKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   449
                "-importcert -alias c1 -file x.jks.p1.cert -noprompt");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   450
        ks = loadStore("x.jceks", "changeit", "JCEKS");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   451
        assertTrue(ks.size() == 2, "2 entries in JCEKS");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   452
        // import, shouldn't mention destalias/srckeypass/destkeypass
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   453
        // if srcalias is no given
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   454
        testFail("changeit\nchangeit\n", "-importkeystore " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   455
                "-srckeystore x.jceks -srcstoretype JCEKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   456
                "-destkeystore x.jks -deststoretype JKS -destalias pp");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   457
        testFail("changeit\nchangeit\n", "-importkeystore " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   458
                "-srckeystore x.jceks -srcstoretype JCEKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   459
                "-destkeystore x.jks -deststoretype JKS -srckeypass changeit");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   460
        testFail("changeit\nchangeit\n", "-importkeystore " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   461
                "-srckeystore x.jceks -srcstoretype JCEKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   462
                "-destkeystore x.jks -deststoretype JKS -destkeypass changeit");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   463
        // normal import
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   464
        testOK("changeit\nchangeit\nchangeit\n", "-importkeystore " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   465
                "-srckeystore x.jceks -srcstoretype JCEKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   466
                "-destkeystore x.jks -deststoretype JKS");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   467
        ks = loadStore("x.jks", "changeit", "JKS");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   468
        assertTrue(ks.size() == 2, "2 entries in JKS");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   469
        // import again, type yes to overwrite old entries
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   470
        testOK("changeit\nchangeit\ny\ny\n", "-importkeystore " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   471
                "-srckeystore x.jceks -srcstoretype JCEKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   472
                "-destkeystore x.jks -deststoretype JKS");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   473
        ks = loadStore("x.jks", "changeit", "JKS");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   474
        // import again, specify -nopromt
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   475
        testOK("changeit\nchangeit\n", "-importkeystore " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   476
                "-srckeystore x.jceks -srcstoretype JCEKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   477
                "-destkeystore x.jks -deststoretype JKS -noprompt");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   478
        assertTrue(err.indexOf("Warning") != -1, "noprompt will warn");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   479
        ks = loadStore("x.jks", "changeit", "JKS");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   480
        assertTrue(ks.size() == 2, "2 entries in JKS");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   481
        // import again, type into new aliases when prompted
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   482
        testOK("changeit\nchangeit\n\ns1\n\ns2\n", "-importkeystore " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   483
                "-srckeystore x.jceks -srcstoretype JCEKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   484
                "-destkeystore x.jks -deststoretype JKS");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   485
        ks = loadStore("x.jks", "changeit", "JKS");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   486
        assertTrue(ks.size() == 4, "4 entries in JKS");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   487
90ce3da70b43 Initial load
duke
parents:
diff changeset
   488
        // importkeystore single
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   489
        // normal
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   490
        remove("x.jks");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   491
        testOK("changeit\nchangeit\nchangeit\n", "-importkeystore " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   492
                "-srckeystore x.jceks -srcstoretype JCEKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   493
                "-destkeystore x.jks -deststoretype JKS -srcalias p1");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   494
        ks = loadStore("x.jks", "changeit", "JKS");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   495
        assertTrue(ks.size() == 1, "1 entries in JKS");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   496
        // overwrite
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   497
        testOK("changeit\nchangeit\ny\n", "-importkeystore " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   498
                "-srckeystore x.jceks -srcstoretype JCEKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   499
                "-destkeystore x.jks -deststoretype JKS -srcalias p1");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   500
        ks = loadStore("x.jks", "changeit", "JKS");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   501
        assertTrue(ks.size() == 1, "1 entries in JKS");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   502
        // noprompt
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   503
        testOK("changeit\nchangeit\n", "-importkeystore " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   504
                "-srckeystore x.jceks -srcstoretype JCEKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   505
                "-destkeystore x.jks -deststoretype JKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   506
                "-srcalias p1 -noprompt");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   507
        ks = loadStore("x.jks", "changeit", "JKS");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   508
        assertTrue(ks.size() == 1, "1 entries in JKS");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   509
        // rename
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   510
        testOK("changeit\nchangeit\n", "-importkeystore " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   511
                "-srckeystore x.jceks -srcstoretype JCEKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   512
                "-destkeystore x.jks -deststoretype JKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   513
                "-srcalias p1 -destalias p2");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   514
        ks = loadStore("x.jks", "changeit", "JKS");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   515
        assertTrue(ks.size() == 2, "2 entries in JKS");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   516
        // another rename
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   517
        testOK("changeit\nchangeit\n\nnewalias\n", "-importkeystore " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   518
                "-srckeystore x.jceks -srcstoretype JCEKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   519
                "-destkeystore x.jks -deststoretype JKS -srcalias p1");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   520
        ks = loadStore("x.jks", "changeit", "JKS");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   521
        assertTrue(ks.size() == 3, "3 entries in JKS");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   522
90ce3da70b43 Initial load
duke
parents:
diff changeset
   523
        // importkeystore single, different keypass
90ce3da70b43 Initial load
duke
parents:
diff changeset
   524
        remove("x.jks");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   525
        // generate entry with different keypass
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   526
        testOK("changeit\nkeypass\nkeypass\n", "-keystore x.jceks " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   527
                "-storetype JCEKS -genkeypair -alias p2 -dname CN=Olala");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   528
        // prompt
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   529
        testOK("changeit\nchangeit\nchangeit\nkeypass\n", "-importkeystore " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   530
                "-srckeystore x.jceks -srcstoretype JCEKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   531
                "-destkeystore x.jks -deststoretype JKS -srcalias p2");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   532
        ks = loadStore("x.jks", "changeit", "JKS");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   533
        assertTrue(ks.size() == 1, "1 entries in JKS");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   534
        // diff destkeypass
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   535
        testOK("changeit\nchangeit\nkeypass\n", "-importkeystore " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   536
                "-srckeystore x.jceks -srcstoretype JCEKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   537
                "-destkeystore x.jks -deststoretype JKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   538
                "-srcalias p2 -destalias p3 -destkeypass keypass2");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   539
        ks = loadStore("x.jks", "changeit", "JKS");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   540
        assertTrue(ks.size() == 2, "2 entries in JKS");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   541
        assertTrue(ks.getKey("p2", "keypass".toCharArray()) != null,
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   542
                "p2 has old password");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   543
        assertTrue(ks.getKey("p3", "keypass2".toCharArray()) != null,
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   544
                "p3 has new password");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   545
90ce3da70b43 Initial load
duke
parents:
diff changeset
   546
        // importkeystore single, cert
90ce3da70b43 Initial load
duke
parents:
diff changeset
   547
        remove("x.jks");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   548
        // normal
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   549
        testOK("changeit\nchangeit\nchangeit\n", "-importkeystore " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   550
                "-srckeystore x.jceks -srcstoretype JCEKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   551
                "-destkeystore x.jks -deststoretype JKS -srcalias c1");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   552
        // in fact srcstorepass can be ignored
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   553
        testOK("changeit\n\n", "-importkeystore " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   554
                "-srckeystore x.jceks -srcstoretype JCEKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   555
                "-destkeystore x.jks -deststoretype JKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   556
                "-srcalias c1 -destalias c2");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   557
        assertTrue(err.indexOf("WARNING") != -1, "But will warn");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   558
        // 2nd import, press y to overwrite ...
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   559
        testOK("changeit\n\ny\n", "-importkeystore " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   560
                "-srckeystore x.jceks -srcstoretype JCEKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   561
                "-destkeystore x.jks -deststoretype JKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   562
                "-srcalias c1 -destalias c2");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   563
        // ... or rename
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   564
        testOK("changeit\n\n\nc3\n", "-importkeystore " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   565
                "-srckeystore x.jceks -srcstoretype JCEKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   566
                "-destkeystore x.jks -deststoretype JKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   567
                "-srcalias c1 -destalias c2");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   568
        ks = loadStore("x.jks", "changeit", "JKS");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   569
        // c1, c2, c3
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   570
        assertTrue(ks.size() == 3, "3 entries in JKS");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   571
90ce3da70b43 Initial load
duke
parents:
diff changeset
   572
        // importkeystore, secretkey
90ce3da70b43 Initial load
duke
parents:
diff changeset
   573
        remove("x.jks");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   574
        // create SecretKeyEntry
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   575
        testOK("changeit\n\n", "-keystore x.jceks -storetype JCEKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   576
                "-genseckey -alias s1");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   577
        // create SecretKeyEntry
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   578
        testOK("changeit\n\n", "-keystore x.jceks -storetype JCEKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   579
                "-genseckey -alias s2");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   580
        // remove the keypass!=storepass one
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   581
        testOK("changeit\n", "-keystore x.jceks -storetype JCEKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   582
                "-delete -alias p2");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   583
        ks = loadStore("x.jceks", "changeit", "JCEKS");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   584
        // p1, c1, s1, s2
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   585
        assertTrue(ks.size() == 4, "4 entries in JCEKS");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   586
        // normal
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   587
        testOK("changeit\nchangeit\nchangeit\n", "-importkeystore " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   588
                "-srckeystore x.jceks -srcstoretype JCEKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   589
                "-destkeystore x.jks -deststoretype JKS -srcalias s1");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   590
        assertTrue(err.indexOf("not imported") != -1, "Not imported");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   591
        assertTrue(err.indexOf("Cannot store non-PrivateKeys") != -1,
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   592
                "Not imported");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   593
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   594
        // Importing a JCEKS keystore to a JKS one. Will warn
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   595
        // for the 2 SecretKey entries
12871
b583b4c82a82 7174351: test/sun/security/tools/keytool/standard.sh failed after new Hashtable
weijun
parents: 10138
diff changeset
   596
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   597
        remove("x.jks");
12871
b583b4c82a82 7174351: test/sun/security/tools/keytool/standard.sh failed after new Hashtable
weijun
parents: 10138
diff changeset
   598
        // Two "no" answers to bypass warnings
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   599
        // normal
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   600
        testOK("\n\n", "-srcstorepass changeit -deststorepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   601
                "-importkeystore -srckeystore x.jceks -srcstoretype JCEKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   602
                "-destkeystore x.jks -deststoretype JKS");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   603
        assertTrue(err.indexOf("s1 not") != -1, "s1 not");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   604
        assertTrue(err.indexOf("s2 not") != -1, "s2 not");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   605
        assertTrue(err.indexOf("c1 success") != -1, "c1 success");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   606
        assertTrue(err.indexOf("p1 success") != -1, "p1 success");
12871
b583b4c82a82 7174351: test/sun/security/tools/keytool/standard.sh failed after new Hashtable
weijun
parents: 10138
diff changeset
   607
        remove("x.jks");
b583b4c82a82 7174351: test/sun/security/tools/keytool/standard.sh failed after new Hashtable
weijun
parents: 10138
diff changeset
   608
        // One "yes" to stop
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   609
        // normal
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   610
        testOK("yes\n", "-srcstorepass changeit -deststorepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   611
                "-importkeystore -srckeystore x.jceks -srcstoretype JCEKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   612
                "-destkeystore x.jks -deststoretype JKS");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   613
        // maybe c1 or p1 has been imported before s1 or s2 is touched,
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   614
        // anyway we know yesNo is only asked once.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   615
90ce3da70b43 Initial load
duke
parents:
diff changeset
   616
        // pkcs12
90ce3da70b43 Initial load
duke
parents:
diff changeset
   617
        remove("x.jks");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   618
        // JKS prompt for keypass
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   619
        testFail("changeit\nchangeit\n", "-keystore x.jks -storetype JKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   620
                "-genkeypair -alias p1 -dname CN=olala");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   621
        remove("x.jks");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   622
        // just type ENTER means keypass=storepass
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   623
        testOK("changeit\nchangeit\n\n", "-keystore x.jks -storetype JKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   624
                "-genkeypair -alias p1 -dname CN=olala");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   625
        remove("x.p12");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   626
        // PKCS12 only need storepass
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   627
        testOK("", "-keystore x.p12 -storetype PKCS12 -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   628
                "-genkeypair -alias p0 -dname CN=olala");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   629
        testOK("changeit\n", "-keystore x.p12 -storetype PKCS12 " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   630
                "-genkeypair -alias p1 -dname CN=olala");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   631
        // when specify keypass, make sure keypass==storepass...
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   632
        testOK("changeit\n", "-keystore x.p12 -keypass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   633
                "-storetype PKCS12 -genkeypair -alias p3 -dname CN=olala");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   634
        assertTrue(err.indexOf("Warning") == -1,
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   635
                "PKCS12 silent when keypass == storepass");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   636
        // otherwise, print a warning
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   637
        testOK("changeit\n", "-keystore x.p12 -keypass another" +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   638
                " -storetype PKCS12 -genkeypair -alias p2 -dname CN=olala");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   639
        assertTrue(err.indexOf("Warning") != -1,
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   640
                "PKCS12 warning when keypass != storepass");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   641
        // no -keypasswd for PKCS12
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   642
        testFail("", "-keystore x.p12 -storepass changeit -storetype PKCS12" +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   643
                " -keypasswd -new changeit -alias p3");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   644
        testOK("", "-keystore x.p12 -storepass changeit -storetype PKCS12 " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   645
                "-changealias -alias p3 -destalias p33");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   646
        testOK("", "-keystore x.p12 -storepass changeit -storetype PKCS12 " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   647
                "-keyclone -alias p33 -destalias p3");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   648
90ce3da70b43 Initial load
duke
parents:
diff changeset
   649
        // pkcs12
90ce3da70b43 Initial load
duke
parents:
diff changeset
   650
        remove("x.p12");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   651
        // PKCS12 only need storepass
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   652
        testOK("", "-keystore x.p12 -storetype PKCS12 -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   653
                "-genkeypair -alias p0 -dname CN=olala");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   654
        testOK("", "-storepass changeit -keystore x.p12 -storetype PKCS12 " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   655
                "-genkeypair -alias p1 -dname CN=olala");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   656
        // when specify keypass, make sure keypass==storepass...
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   657
        testOK("", "-storepass changeit -keystore x.p12 -keypass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   658
                "-storetype PKCS12 -genkeypair -alias p3 -dname CN=olala");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   659
        assertTrue(err.indexOf("Warning") == -1,
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   660
                "PKCS12 silent when keypass == storepass");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   661
        // otherwise, print a warning
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   662
        testOK("", "-storepass changeit -keystore x.p12 -keypass another " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   663
                "-storetype PKCS12 -genkeypair -alias p2 -dname CN=olala");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   664
        assertTrue(err.indexOf("Warning") != -1,
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   665
                "PKCS12 warning when keypass != storepass");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   666
90ce3da70b43 Initial load
duke
parents:
diff changeset
   667
        remove("x.jks");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   668
        remove("x.jceks");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   669
        remove("x.p12");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   670
        remove("x2.jceks");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   671
        remove("x2.jks");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   672
        remove("x.jks.p1.cert");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   673
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   674
90ce3da70b43 Initial load
duke
parents:
diff changeset
   675
    void testPKCS11() throws Exception {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   676
        KeyStore ks;
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   677
        // pkcs11, the password maybe different and maybe PKCS11 not supported
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   678
90ce3da70b43 Initial load
duke
parents:
diff changeset
   679
        // in case last test is not executed successfully
90ce3da70b43 Initial load
duke
parents:
diff changeset
   680
        testAnyway("", p11Arg + "-storepass test12 -delete -alias p1");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   681
        testAnyway("", p11Arg + "-storepass test12 -delete -alias p2");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   682
        testAnyway("", p11Arg + "-storepass test12 -delete -alias p3");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   683
        testAnyway("", p11Arg + "-storepass test12 -delete -alias nss");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   684
90ce3da70b43 Initial load
duke
parents:
diff changeset
   685
        testOK("", p11Arg + "-storepass test12 -list");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   686
        assertTrue(out.indexOf("Your keystore contains 0 entries") != -1,
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   687
                "*** MAKE SURE YOU HAVE NO ENTRIES IN YOUR PKCS11 KEYSTORE " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   688
                        "BEFORE THIS TEST ***");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   689
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   690
        testOK("", p11Arg +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   691
                "-storepass test12 -genkeypair -alias p1 -dname CN=olala");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   692
        testOK("test12\n", p11Arg + "-genkeypair -alias p2 -dname CN=olala2");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   693
        // cannot provide keypass for PKCS11
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   694
        testFail("test12\n", p11Arg +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   695
                "-keypass test12 -genkeypair -alias p3 -dname CN=olala3");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   696
        // cannot provide keypass for PKCS11
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   697
        testFail("test12\n", p11Arg +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   698
                "-keypass nonsense -genkeypair -alias p3 -dname CN=olala3");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   699
90ce3da70b43 Initial load
duke
parents:
diff changeset
   700
        testOK("", p11Arg + "-storepass test12 -list");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   701
        assertTrue(out.indexOf("Your keystore contains 2 entries") != -1,
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   702
                "2 entries in p11");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   703
90ce3da70b43 Initial load
duke
parents:
diff changeset
   704
        testOK("test12\n", p11Arg + "-alias p1 -changealias -destalias p3");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   705
        testOK("", p11Arg + "-storepass test12 -list -alias p3");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   706
        testFail("", p11Arg + "-storepass test12 -list -alias p1");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   707
90ce3da70b43 Initial load
duke
parents:
diff changeset
   708
        testOK("test12\n", p11Arg + "-alias p3 -keyclone -destalias p1");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   709
        // in PKCS11, keyclone will delete old
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   710
        testFail("", p11Arg + "-storepass test12 -list -alias p3");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   711
        testOK("", p11Arg + "-storepass test12 -list -alias p1");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   712
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   713
        // cannot change password for PKCS11
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   714
        testFail("test12\n", p11Arg + "-alias p1 -keypasswd -new another");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   715
90ce3da70b43 Initial load
duke
parents:
diff changeset
   716
        testOK("", p11Arg + "-storepass test12 -list");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   717
        assertTrue(out.indexOf("Your keystore contains 2 entries") != -1,
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   718
                "2 entries in p11");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   719
90ce3da70b43 Initial load
duke
parents:
diff changeset
   720
        testOK("", p11Arg + "-storepass test12 -delete -alias p1");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   721
        testOK("", p11Arg + "-storepass test12 -delete -alias p2");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   722
90ce3da70b43 Initial load
duke
parents:
diff changeset
   723
        testOK("", p11Arg + "-storepass test12 -list");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   724
        assertTrue(out.indexOf("Your keystore contains 0 entries") != -1,
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   725
                "*** MAKE SURE YOU HAVE NO ENTRIES IN YOUR PKCS11 KEYSTORE" +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   726
                        " BEFORE THIS TEST ***");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   727
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   728
90ce3da70b43 Initial load
duke
parents:
diff changeset
   729
    void testPKCS11ImportKeyStore() throws Exception {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   730
90ce3da70b43 Initial load
duke
parents:
diff changeset
   731
        KeyStore ks;
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   732
        testOK("", p11Arg +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   733
                "-storepass test12 -genkeypair -alias p1 -dname CN=olala");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   734
        testOK("test12\n", p11Arg + "-genkeypair -alias p2 -dname CN=olala2");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   735
        // test importkeystore for pkcs11
90ce3da70b43 Initial load
duke
parents:
diff changeset
   736
90ce3da70b43 Initial load
duke
parents:
diff changeset
   737
        remove("x.jks");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   738
        // pkcs11 -> jks
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   739
        testOK("changeit\nchangeit\ntest12\n", srcP11Arg +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   740
                ("-importkeystore -destkeystore x.jks -deststoretype JKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   741
                "-srcalias p1"));
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   742
        assertTrue(err.indexOf("not imported") != -1,
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   743
                "cannot import key without destkeypass");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   744
        ks = loadStore("x.jks", "changeit", "JKS");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   745
        assertTrue(!ks.containsAlias("p1"), "p1 is not imported");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   746
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   747
        testOK("changeit\ntest12\n", srcP11Arg +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   748
                ("-importkeystore -destkeystore x.jks -deststoretype JKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   749
                "-srcalias p1 -destkeypass changeit"));
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   750
        testOK("changeit\ntest12\n", srcP11Arg +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   751
                ("-importkeystore -destkeystore x.jks -deststoretype JKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   752
                "-srcalias p2 -destkeypass changeit"));
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   753
        ks = loadStore("x.jks", "changeit", "JKS");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   754
        assertTrue(ks.containsAlias("p1"), "p1 is imported");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   755
        assertTrue(ks.containsAlias("p2"), "p2 is imported");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   756
        // jks -> pkcs11
90ce3da70b43 Initial load
duke
parents:
diff changeset
   757
        testOK("", p11Arg + "-storepass test12 -delete -alias p1");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   758
        testOK("", p11Arg + "-storepass test12 -delete -alias p2");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   759
        testOK("test12\nchangeit\n", p11Arg +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   760
                "-importkeystore -srckeystore x.jks -srcstoretype JKS");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   761
        testOK("", p11Arg + "-storepass test12 -list -alias p1");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   762
        testOK("", p11Arg + "-storepass test12 -list -alias p2");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   763
        testOK("", p11Arg + "-storepass test12 -list");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   764
        assertTrue(out.indexOf("Your keystore contains 2 entries") != -1,
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   765
                "2 entries in p11");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   766
        // clean up
90ce3da70b43 Initial load
duke
parents:
diff changeset
   767
        testOK("", p11Arg + "-storepass test12 -delete -alias p1");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   768
        testOK("", p11Arg + "-storepass test12 -delete -alias p2");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   769
        testOK("", p11Arg + "-storepass test12 -list");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   770
        assertTrue(out.indexOf("Your keystore contains 0 entries") != -1,
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   771
                "empty p11");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   772
90ce3da70b43 Initial load
duke
parents:
diff changeset
   773
        remove("x.jks");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   774
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   775
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   776
    // Selected sqeTest
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   777
    void sqeTest() throws Exception {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   778
        FileOutputStream fos = new FileOutputStream("badkeystore");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   779
        for (int i=0; i<100; i++) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   780
            fos.write(i);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   781
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   782
        fos.close();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   783
90ce3da70b43 Initial load
duke
parents:
diff changeset
   784
        sqeCsrTest();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   785
        sqePrintcertTest();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   786
        sqeDeleteTest();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   787
        sqeExportTest();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   788
        sqeGenkeyTest();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   789
        sqeImportTest();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   790
        sqeKeyclonetest();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   791
        sqeKeypasswdTest();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   792
        sqeListTest();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   793
        sqeSelfCertTest();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   794
        sqeStorepassTest();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   795
90ce3da70b43 Initial load
duke
parents:
diff changeset
   796
        remove("badkeystore");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   797
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   798
90ce3da70b43 Initial load
duke
parents:
diff changeset
   799
    // Import: cacert, prompt, trusted, non-trusted, bad chain, not match
90ce3da70b43 Initial load
duke
parents:
diff changeset
   800
    void sqeImportTest() throws Exception {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   801
        KeyStore ks;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   802
        remove("x.jks");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   803
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   804
                "-keypass changeit -genkeypair -dname CN=olala");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   805
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   806
                "-exportcert -file x.jks.p1.cert");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   807
        /* deleted */ testOK("", "-keystore x.jks -storetype JKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   808
                "-storepass changeit -delete -alias mykey");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   809
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   810
                "-importcert -file x.jks.p1.cert -noprompt");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   811
        /* deleted */ testOK("", "-keystore x.jks -storetype JKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   812
                "-storepass changeit -delete -alias mykey");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   813
        testOK("yes\n", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   814
                "-importcert -file x.jks.p1.cert");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   815
        ks = loadStore("x.jks", "changeit", "JKS");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   816
        assertTrue(ks.containsAlias("mykey"), "imported");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   817
        /* deleted */ testOK("", "-keystore x.jks -storetype JKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   818
                "-storepass changeit -delete -alias mykey");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   819
        testOK("\n", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   820
                "-importcert -file x.jks.p1.cert");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   821
        ks = loadStore("x.jks", "changeit", "JKS");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   822
        assertTrue(!ks.containsAlias("mykey"), "imported");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   823
        testOK("no\n", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   824
                "-importcert -file x.jks.p1.cert");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   825
        ks = loadStore("x.jks", "changeit", "JKS");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   826
        assertTrue(!ks.containsAlias("mykey"), "imported");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   827
        testFail("no\n", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   828
                "-importcert -file nonexist");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   829
        testFail("no\n", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   830
                "-importcert -file x.jks");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   831
        remove("x.jks");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   832
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   833
    // keyclone: exist. nonexist err, cert err, dest exist, misc
90ce3da70b43 Initial load
duke
parents:
diff changeset
   834
    void sqeKeyclonetest() throws Exception {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   835
        remove("x.jks");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   836
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   837
                "-keypass changeit -genkeypair -dname CN=olala");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   838
        // new pass
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   839
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   840
                "-keypass changeit -new newpass -keyclone -dest p0");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   841
        // new pass
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   842
        testOK("\n", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   843
                "-keypass changeit -keyclone -dest p1");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   844
        testOK("\n", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   845
                "-keyclone -dest p2");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   846
        testFail("\n", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   847
                "-keyclone -dest p2");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   848
        testFail("\n", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   849
                "-keyclone -dest p3 -alias noexist");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   850
        // no cert
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   851
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   852
                "-exportcert -file x.jks.p1.cert");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   853
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   854
                "-delete -alias mykey");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   855
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   856
                "-importcert -file x.jks.p1.cert -noprompt");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   857
        // new pass
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   858
        testFail("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   859
                "-keypass changeit -new newpass -keyclone -dest p0");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   860
        remove("x.jks");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   861
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   862
    // keypasswd: exist, short, nonexist err, cert err, misc
90ce3da70b43 Initial load
duke
parents:
diff changeset
   863
    void sqeKeypasswdTest() throws Exception {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   864
        remove("x.jks");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   865
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   866
                "-keypass changeit -genkeypair -dname CN=olala");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   867
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   868
                "-keypass changeit -keypasswd -new newpass");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   869
        /*change back*/ testOK("", "-keystore x.jks -storetype JKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   870
                "-storepass changeit -keypass newpass -keypasswd -new changeit");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   871
        testOK("newpass\nnewpass\n", "-keystore x.jks -storetype JKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   872
                "-storepass changeit -keypass changeit -keypasswd");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   873
        /*change back*/ testOK("", "-keystore x.jks -storetype JKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   874
                "-storepass changeit -keypass newpass -keypasswd -new changeit");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   875
        testOK("new\nnew\nnewpass\nnewpass\n", "-keystore x.jks " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   876
                "-storetype JKS -storepass changeit -keypass changeit -keypasswd");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   877
        /*change back*/ testOK("", "-keystore x.jks -storetype JKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   878
                "-storepass changeit -keypass newpass -keypasswd -new changeit");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   879
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   880
                "-keypasswd -new newpass");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   881
        /*change back*/ testOK("", "-keystore x.jks -storetype JKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   882
                "-storepass changeit -keypass newpass -keypasswd -new changeit");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   883
        testOK("changeit\n", "-keystore x.jks -storetype JKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   884
                "-keypasswd -new newpass");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   885
        /*change back*/ testOK("", "-keystore x.jks -storetype JKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   886
                "-storepass changeit -keypass newpass -keypasswd -new changeit");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   887
        testFail("", "-keystore x.jks -storetype JKS -storepass badpass " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   888
                "-keypass changeit -keypasswd -new newpass");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   889
        testFail("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   890
                "-keypass bad -keypasswd -new newpass");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   891
        // no cert
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   892
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   893
                "-exportcert -file x.jks.p1.cert");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   894
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   895
                "-delete -alias mykey");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   896
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   897
                "-importcert -file x.jks.p1.cert -noprompt");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   898
        testFail("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   899
                "-keypass changeit -keypasswd -new newpass");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   900
        // diff pass
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   901
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   902
                "-delete -alias mykey");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   903
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   904
                "-keypass keypass -genkeypair -dname CN=olala");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   905
        testFail("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   906
                "-keypasswd -new newpass");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   907
        testOK("keypass\n", "-keystore x.jks -storetype JKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   908
                "-storepass changeit -keypasswd -new newpass");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   909
        // i hate those misc test
90ce3da70b43 Initial load
duke
parents:
diff changeset
   910
        remove("x.jks");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   911
    }
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   912
    // list: -f -alias, exist, nonexist err;
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   913
    // otherwise, check all shows, -rfc shows more, and misc
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   914
    void sqeListTest() throws Exception {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   915
        remove("x.jks");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   916
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   917
                "-keypass changeit -genkeypair -dname CN=olala");
28243
47080f9ae750 8044445: JEP 229: Create PKCS12 Keystores by Default
vinnie
parents: 27344
diff changeset
   918
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit -list");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   919
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   920
                "-list -alias mykey");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   921
        testFail("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   922
                "-list -alias notexist");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   923
        testFail("", "-keystore x.jks -storetype JKS -storepass badpass " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   924
                "-list -alias mykey");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   925
        // keypass ignore
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   926
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   927
                "-keypass badpass -list -alias mykey");
28243
47080f9ae750 8044445: JEP 229: Create PKCS12 Keystores by Default
vinnie
parents: 27344
diff changeset
   928
        testOK("\n", "-keystore x.jks -storetype JKS -list");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   929
        assertTrue(err.indexOf("WARNING") != -1, "no storepass");
28243
47080f9ae750 8044445: JEP 229: Create PKCS12 Keystores by Default
vinnie
parents: 27344
diff changeset
   930
        testOK("changeit\n", "-keystore x.jks -storetype JKS -list");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   931
        assertTrue(err.indexOf("WARNING") == -1, "has storepass");
28243
47080f9ae750 8044445: JEP 229: Create PKCS12 Keystores by Default
vinnie
parents: 27344
diff changeset
   932
        testFail("badpass\n", "-keystore x.jks -storetype JKS -list");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   933
        // misc
90ce3da70b43 Initial load
duke
parents:
diff changeset
   934
        testFail("", "-keystore aa\\bb//cc -storepass changeit -list");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   935
        testFail("", "-keystore nonexisting -storepass changeit -list");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   936
        testFail("", "-keystore badkeystore -storepass changeit -list");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   937
        remove("x.jks");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   938
    }
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   939
    // selfcert: exist, non-exist err, cert err, sig, dname, wrong keypass, misc
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   940
    void sqeSelfCertTest() throws Exception {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   941
        remove("x.jks");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   942
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   943
                "-keypass changeit -genkeypair -dname CN=olala");
28243
47080f9ae750 8044445: JEP 229: Create PKCS12 Keystores by Default
vinnie
parents: 27344
diff changeset
   944
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit -selfcert");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   945
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   946
                "-keypass changeit -selfcert");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   947
        // not exist
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   948
        testFail("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   949
                "-keypass changeit -selfcert -alias nonexisting");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   950
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   951
                "-keypass changeit -selfcert -dname CN=NewName");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   952
        // sig not compatible
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   953
        testFail("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   954
                "-keypass changeit -selfcert -sigalg MD5withRSA");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   955
        // bad pass
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   956
        testFail("", "-keystore x.jks -storetype JKS -storepass wrong " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   957
                "-keypass changeit -selfcert");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   958
        // bad pass
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   959
        testFail("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   960
                "-keypass wrong -selfcert");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   961
        //misc
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   962
        testFail("", "-keystore nonexist -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   963
                "-keypass changeit -selfcert");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   964
        testFail("", "-keystore aa//dd\\gg -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   965
                "-keypass changeit -selfcert");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   966
        // diff pass
90ce3da70b43 Initial load
duke
parents:
diff changeset
   967
        remove("x.jks");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   968
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   969
                "-keypass keypass -genkeypair -dname CN=olala");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   970
        testFail("", "-keystore x.jks -storetype JKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   971
                "-storepass changeit -selfcert");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   972
        testOK("keypass\n", "-keystore x.jks -storetype JKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   973
                "-storepass changeit -selfcert");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   974
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   975
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   976
                "-exportcert -file x.jks.p1.cert");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   977
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   978
                "-delete -alias mykey");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   979
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   980
                "-importcert -file x.jks.p1.cert -noprompt");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   981
        // certentry cannot do selfcert
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   982
        testFail("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   983
                "-selfcert");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   984
        remove("x.jks");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   985
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   986
    // storepass: bad old, short new, misc
90ce3da70b43 Initial load
duke
parents:
diff changeset
   987
    void sqeStorepassTest() throws Exception {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   988
        remove("x.jks");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   989
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   990
                "-keypass changeit -genkeypair -dname CN=olala");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   991
        // all in arg
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   992
        testOK("", "-storepasswd -keystore x.jks -storetype JKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   993
                "-storepass changeit -new newstore");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   994
        /* Change back */ testOK("", "-storepasswd -keystore x.jks" +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   995
                " -storetype JKS -storepass newstore -new changeit");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   996
        // all not in arg, new twice
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   997
        testOK("changeit\nnewstore\nnewstore\n", "-storepasswd " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   998
                "-keystore x.jks -storetype JKS");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
   999
        /* Change back */ testOK("", "-storepasswd -keystore x.jks " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1000
                "-storetype JKS -storepass newstore -new changeit");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1001
        // new in arg
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1002
        testOK("changeit\n", "-storepasswd -keystore x.jks " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1003
                "-storetype JKS -new newstore");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1004
        /* Change back */ testOK("", "-storepasswd -keystore x.jks " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1005
                "-storetype JKS -storepass newstore -new changeit");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1006
        // old in arg
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1007
        testOK("newstore\nnewstore\n", "-storepasswd -keystore x.jks " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1008
                "-storetype JKS -storepass changeit");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1009
        /* Change back */ testOK("", "-storepasswd -keystore x.jks " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1010
                "-storetype JKS -storepass newstore -new changeit");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1011
        // old in arg
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1012
        testOK("new\nnew\nnewstore\nnewstore\n", "-storepasswd " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1013
                "-keystore x.jks -storetype JKS -storepass changeit");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1014
        /* Change back */ testOK("", "-storepasswd -keystore x.jks " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1015
                "-storetype JKS -storepass newstore -new changeit");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1016
        // bad old
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1017
        testFail("", "-storepasswd -keystore x.jks -storetype JKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1018
                "-storepass badold -new newstore");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1019
        // short new
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1020
        testFail("", "-storepasswd -keystore x.jks -storetype JKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1021
                "-storepass changeit -new new");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1022
        // misc
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1023
        // non exist
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1024
        testFail("", "-storepasswd -keystore nonexist " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1025
                "-storepass changeit -new newstore");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1026
        // bad file
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1027
        testFail("", "-storepasswd -keystore badkeystore " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1028
                "-storepass changeit -new newstore");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1029
        // bad file
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1030
        testFail("", "-storepasswd -keystore aa\\bb//cc//dd " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1031
                "-storepass changeit -new newstore");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1032
        remove("x.jks");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1033
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1034
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1035
    void sqeGenkeyTest() throws Exception {
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1036
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1037
        remove("x.jks");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1038
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1039
                "-keypass changeit -genkeypair -dname CN=olala");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1040
        testFail("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1041
                "-keypass changeit -genkeypair -dname CN=olala");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1042
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1043
                "-keypass changeit -genkeypair -dname CN=olala -alias newentry");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1044
        testFail("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1045
                "-keypass changeit -genkeypair -dname CN=olala -alias newentry");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1046
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1047
                "-keypass changeit -genkeypair -dname CN=olala -keyalg DSA " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1048
                "-alias n1");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1049
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1050
                "-keypass changeit -genkeypair -dname CN=olala -keyalg RSA " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1051
                "-alias n2");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1052
        testFail("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1053
                "-keypass changeit -genkeypair -dname CN=olala " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1054
                "-keyalg NoSuchAlg -alias n3");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1055
        testFail("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1056
                "-keypass changeit -genkeypair -dname CN=olala -keysize 56 " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1057
                "-alias n4");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1058
        testFail("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1059
                "-keypass changeit -genkeypair -dname CN=olala -keysize 999 " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1060
                "-alias n5");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1061
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1062
                "-keypass changeit -genkeypair -dname CN=olala -keysize 512 " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1063
                "-alias n6");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1064
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1065
                "-keypass changeit -genkeypair -dname CN=olala -keysize 1024 " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1066
                "-alias n7");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1067
        testFail("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1068
                "-keypass changeit -genkeypair -dname CN=olala " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1069
                "-sigalg NoSuchAlg -alias n8");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1070
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1071
                "-keypass changeit -genkeypair -dname CN=olala -keyalg RSA " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1072
                "-sigalg MD2withRSA -alias n9");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1073
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1074
                "-keypass changeit -genkeypair -dname CN=olala -keyalg RSA " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1075
                "-sigalg MD5withRSA -alias n10");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1076
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1077
                "-keypass changeit -genkeypair -dname CN=olala -keyalg RSA " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1078
                "-sigalg SHA1withRSA -alias n11");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1079
        testFail("", "-keystore aa\\bb//cc\\dd -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1080
                "-keypass changeit -genkeypair -dname CN=olala -keyalg RSA " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1081
                "-sigalg NoSuchAlg -alias n12");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1082
        testFail("", "-keystore badkeystore -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1083
                "-keypass changeit -genkeypair -dname CN=olala " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1084
                "-alias n14");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1085
        testFail("", "-keystore x.jks -storetype JKS -storepass badpass " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1086
                "-keypass changeit -genkeypair -dname CN=olala -alias n16");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1087
        testFail("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1088
                "-keypass changeit -genkeypair -dname CNN=olala -alias n17");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1089
        remove("x.jks");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1090
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1091
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1092
    void sqeExportTest() throws Exception {
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1093
        remove("x.jks");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1094
        // nonexist
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1095
        testFail("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1096
                "-export -file mykey.cert -alias mykey");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1097
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1098
                "-keypass changeit -genkeypair -dname CN=olala");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1099
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1100
                "-export -file mykey.cert -alias mykey");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1101
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1102
                "-delete -alias mykey");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1103
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1104
                "-import -file mykey.cert -noprompt -alias c1");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1105
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1106
                "-export -file mykey.cert2 -alias c1");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1107
        testFail("", "-keystore aa\\bb//cc\\dd -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1108
                "-export -file mykey.cert2 -alias c1");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1109
        testFail("", "-keystore nonexistkeystore -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1110
                "-export -file mykey.cert2 -alias c1");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1111
        testFail("", "-keystore badkeystore -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1112
                "-export -file mykey.cert2 -alias c1");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1113
        testFail("", "-keystore x.jks -storetype JKS -storepass badpass " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1114
                "-export -file mykey.cert2 -alias c1");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1115
        remove("mykey.cert");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1116
        remove("mykey.cert2");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1117
        remove("x.jks");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1118
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1119
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1120
    void sqeDeleteTest() throws Exception {
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1121
        remove("x.jks");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1122
        // nonexist
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1123
        testFail("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1124
                "-delete -alias mykey");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1125
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1126
                "-keypass changeit -genkeypair -dname CN=olala");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1127
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1128
                "-delete -alias mykey");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1129
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1130
                "-keypass changeit -genkeypair -dname CN=olala");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1131
        // keystore name illegal
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1132
        testFail("", "-keystore aa\\bb//cc\\dd -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1133
                "-delete -alias mykey");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1134
        // keystore not exist
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1135
        testFail("", "-keystore nonexistkeystore -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1136
                "-delete -alias mykey");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1137
        // keystore invalid
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1138
        testFail("", "-keystore badkeystore -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1139
                "-delete -alias mykey");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1140
        // wrong pass
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1141
        testFail("", "-keystore x.jks -storetype JKS -storepass xxxxxxxx " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1142
                "-delete -alias mykey");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1143
        remove("x.jks");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1144
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1145
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1146
    void sqeCsrTest() throws Exception {
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1147
        remove("x.jks");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1148
        remove("x.jks.p1.cert");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1149
        remove("csr1");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1150
        // PrivateKeyEntry can do certreq
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1151
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1152
                "-keypass changeit -genkeypair -dname CN=olala -keysize 1024");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1153
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1154
                "-certreq -file csr1 -alias mykey");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1155
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1156
                "-certreq -file csr1");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1157
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1158
                "-certreq -file csr1 -sigalg SHA1withDSA");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1159
        // unmatched sigalg
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1160
        testFail("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1161
                "-certreq -file csr1 -sigalg MD5withRSA");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1162
        // misc test
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1163
        // bad storepass
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1164
        testFail("", "-keystore x.jks -storetype JKS -storepass badstorepass " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1165
                "-certreq -file csr1");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1166
        // storepass from terminal
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1167
        testOK("changeit\n", "-keystore x.jks -storetype JKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1168
                "-certreq -file csr1");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1169
        // must provide storepass
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1170
        testFail("\n", "-keystore x.jks -storetype JKS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1171
                "-certreq -file csr1");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1172
        // bad keypass
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1173
        testFail("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1174
                "-keypass badkeypass -certreq -file csr1");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1175
        // bad filepath
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1176
        testFail("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1177
                "-certreq -file aa\\bb//cc\\dd");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1178
        // non-existing keystore
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1179
        testFail("", "-keystore noexistks -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1180
                "-certreq -file csr1");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1181
        // Try the RSA private key
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1182
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1183
                "-delete -alias mykey");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1184
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1185
                "-keypass changeit -genkeypair -dname CN=olala -keyalg RSA");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1186
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1187
                "-certreq -file csr1 -alias mykey");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1188
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1189
                "-certreq -file csr1");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1190
        // unmatched sigalg
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1191
        testFail("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1192
                "-certreq -file csr1 -sigalg SHA1withDSA");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1193
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1194
                "-certreq -file csr1 -sigalg MD5withRSA");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1195
        // TrustedCertificateEntry cannot do certreq
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1196
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1197
                "-exportcert -file x.jks.p1.cert");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1198
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1199
                "-delete -alias mykey");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1200
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1201
                "-importcert -file x.jks.p1.cert -noprompt");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1202
        testFail("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1203
                "-certreq -file csr1 -alias mykey");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1204
        testFail("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1205
                "-certreq -file csr1");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1206
        remove("x.jks");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1207
        remove("x.jks.p1.cert");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1208
        remove("csr1");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1209
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1210
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1211
    void sqePrintcertTest() throws Exception {
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1212
        remove("x.jks");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1213
        remove("mykey.cert");
41960
916bb3d29d7b 8168882: keytool doesn't print certificate info if disabled algorithm was used for signing a jar
asmotrak
parents: 41107
diff changeset
  1214
        remove("myweakkey.cert");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1215
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1216
                "-keypass changeit -genkeypair -dname CN=olala");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1217
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1218
                "-export -file mykey.cert -alias mykey");
41960
916bb3d29d7b 8168882: keytool doesn't print certificate info if disabled algorithm was used for signing a jar
asmotrak
parents: 41107
diff changeset
  1219
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
916bb3d29d7b 8168882: keytool doesn't print certificate info if disabled algorithm was used for signing a jar
asmotrak
parents: 41107
diff changeset
  1220
                "-keypass changeit -genkeypair -dname CN=weak -keyalg rsa " +
916bb3d29d7b 8168882: keytool doesn't print certificate info if disabled algorithm was used for signing a jar
asmotrak
parents: 41107
diff changeset
  1221
                "-keysize 512 -sigalg MD5withRSA -alias myweakkey");
916bb3d29d7b 8168882: keytool doesn't print certificate info if disabled algorithm was used for signing a jar
asmotrak
parents: 41107
diff changeset
  1222
        testOK("", "-keystore x.jks -storetype JKS -storepass changeit " +
916bb3d29d7b 8168882: keytool doesn't print certificate info if disabled algorithm was used for signing a jar
asmotrak
parents: 41107
diff changeset
  1223
                "-export -file myweakkey.cert -alias myweakkey");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1224
        testFail("", "-printcert -file badkeystore");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1225
        testFail("", "-printcert -file a/b/c/d");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1226
        testOK("", "-printcert -file mykey.cert");
41960
916bb3d29d7b 8168882: keytool doesn't print certificate info if disabled algorithm was used for signing a jar
asmotrak
parents: 41107
diff changeset
  1227
        testOK("", "-printcert -file myweakkey.cert");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1228
        FileInputStream fin = new FileInputStream("mykey.cert");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1229
        testOK(fin, "-printcert");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1230
        fin.close();
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1231
        remove("x.jks");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1232
        remove("mykey.cert");
41960
916bb3d29d7b 8168882: keytool doesn't print certificate info if disabled algorithm was used for signing a jar
asmotrak
parents: 41107
diff changeset
  1233
        remove("myweakkey.cert");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1234
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1235
29596
70399c7a7f5a 8074935: jdk8 keytool doesn't validate pem files for RFC 1421 correctness, as jdk7 did
weijun
parents: 29225
diff changeset
  1236
    // 8074935: jdk8 keytool doesn't validate pem files for RFC 1421 correctness
70399c7a7f5a 8074935: jdk8 keytool doesn't validate pem files for RFC 1421 correctness, as jdk7 did
weijun
parents: 29225
diff changeset
  1237
    static void checkPem(String file) throws Exception {
70399c7a7f5a 8074935: jdk8 keytool doesn't validate pem files for RFC 1421 correctness, as jdk7 did
weijun
parents: 29225
diff changeset
  1238
        boolean maybeLast = false;
70399c7a7f5a 8074935: jdk8 keytool doesn't validate pem files for RFC 1421 correctness, as jdk7 did
weijun
parents: 29225
diff changeset
  1239
        for (String s: Files.readAllLines(Paths.get(file))) {
70399c7a7f5a 8074935: jdk8 keytool doesn't validate pem files for RFC 1421 correctness, as jdk7 did
weijun
parents: 29225
diff changeset
  1240
            if (s.isEmpty()) continue;
70399c7a7f5a 8074935: jdk8 keytool doesn't validate pem files for RFC 1421 correctness, as jdk7 did
weijun
parents: 29225
diff changeset
  1241
            if (s.startsWith("---")) continue;
70399c7a7f5a 8074935: jdk8 keytool doesn't validate pem files for RFC 1421 correctness, as jdk7 did
weijun
parents: 29225
diff changeset
  1242
            if (maybeLast) {
70399c7a7f5a 8074935: jdk8 keytool doesn't validate pem files for RFC 1421 correctness, as jdk7 did
weijun
parents: 29225
diff changeset
  1243
                throw new Exception("Last line already seen");
70399c7a7f5a 8074935: jdk8 keytool doesn't validate pem files for RFC 1421 correctness, as jdk7 did
weijun
parents: 29225
diff changeset
  1244
            }
70399c7a7f5a 8074935: jdk8 keytool doesn't validate pem files for RFC 1421 correctness, as jdk7 did
weijun
parents: 29225
diff changeset
  1245
            if (s.length() > 64) {
70399c7a7f5a 8074935: jdk8 keytool doesn't validate pem files for RFC 1421 correctness, as jdk7 did
weijun
parents: 29225
diff changeset
  1246
                throw new Exception(s);
70399c7a7f5a 8074935: jdk8 keytool doesn't validate pem files for RFC 1421 correctness, as jdk7 did
weijun
parents: 29225
diff changeset
  1247
            }
70399c7a7f5a 8074935: jdk8 keytool doesn't validate pem files for RFC 1421 correctness, as jdk7 did
weijun
parents: 29225
diff changeset
  1248
            if (s.length() < 64) {
70399c7a7f5a 8074935: jdk8 keytool doesn't validate pem files for RFC 1421 correctness, as jdk7 did
weijun
parents: 29225
diff changeset
  1249
                maybeLast = true;
70399c7a7f5a 8074935: jdk8 keytool doesn't validate pem files for RFC 1421 correctness, as jdk7 did
weijun
parents: 29225
diff changeset
  1250
            }
70399c7a7f5a 8074935: jdk8 keytool doesn't validate pem files for RFC 1421 correctness, as jdk7 did
weijun
parents: 29225
diff changeset
  1251
        }
70399c7a7f5a 8074935: jdk8 keytool doesn't validate pem files for RFC 1421 correctness, as jdk7 did
weijun
parents: 29225
diff changeset
  1252
    }
70399c7a7f5a 8074935: jdk8 keytool doesn't validate pem files for RFC 1421 correctness, as jdk7 did
weijun
parents: 29225
diff changeset
  1253
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1254
    void v3extTest(String keyAlg) throws Exception {
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1255
        KeyStore ks;
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1256
        remove("x.jks");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1257
        String simple = "-keystore x.jks -storetype JKS -storepass changeit " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1258
                "-keypass changeit -noprompt -keyalg " + keyAlg + " ";
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1259
        String pre = simple + "-genkeypair -dname CN=Olala -alias ";
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1260
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1261
        // Version and SKID
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1262
        testOK("", pre + "o1");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1263
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1264
        ks = loadStore("x.jks", "changeit", "JKS");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1265
        assertTrue(((X509Certificate)ks.getCertificate("o1")).getVersion() == 3);
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1266
        assertTrue(((X509CertImpl)ks.getCertificate("o1"))
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1267
                .getSubjectKeyIdentifierExtension() != null);
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1268
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1269
        // BC
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1270
        testOK("", pre + "b1 -ext BC:critical");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1271
        testOK("", pre + "b2 -ext BC");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1272
        testOK("", pre + "b3 -ext bc");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1273
        testOK("", pre + "b4 -ext BasicConstraints");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1274
        testOK("", pre + "b5 -ext basicconstraints");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1275
        testOK("", pre + "b6 -ext BC=ca:true,pathlen:12");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1276
        testOK("", pre + "b7 -ext BC=ca:false");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1277
        testOK("", pre + "b8 -ext BC:critical=ca:false");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1278
        testOK("", pre + "b9 -ext BC=12");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1279
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1280
        ks = loadStore("x.jks", "changeit", "JKS");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1281
        assertTrue(((X509CertImpl)ks.getCertificate("b1"))
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1282
                .getBasicConstraintsExtension().isCritical());
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1283
        assertTrue(!((X509CertImpl)ks.getCertificate("b2"))
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1284
                .getBasicConstraintsExtension().isCritical());
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1285
        assertTrue(((X509CertImpl)ks.getCertificate("b8"))
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1286
                .getBasicConstraintsExtension().isCritical());
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1287
        assertTrue(((X509Certificate)ks.getCertificate("b1"))
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1288
                .getBasicConstraints() == Integer.MAX_VALUE);
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1289
        assertTrue(((X509Certificate)ks.getCertificate("b2"))
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1290
                .getBasicConstraints() == Integer.MAX_VALUE);
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1291
        assertTrue(((X509Certificate)ks.getCertificate("b3"))
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1292
                .getBasicConstraints() == Integer.MAX_VALUE);
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1293
        assertTrue(((X509Certificate)ks.getCertificate("b4"))
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1294
                .getBasicConstraints() == Integer.MAX_VALUE);
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1295
        assertTrue(((X509Certificate)ks.getCertificate("b5"))
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1296
                .getBasicConstraints() == Integer.MAX_VALUE);
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1297
        assertTrue(((X509Certificate)ks.getCertificate("b6"))
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1298
                .getBasicConstraints() == 12);
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1299
        assertTrue(((X509Certificate)ks.getCertificate("b7"))
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1300
                .getBasicConstraints() == -1);
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1301
        assertTrue(((X509Certificate)ks.getCertificate("b9"))
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1302
                .getBasicConstraints() == 12);
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1303
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1304
        // KU
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1305
        testOK("", pre + "ku1 -ext KeyUsage:critical=digitalsignature");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1306
        testOK("", pre + "ku2 -ext KU=digitalSignature");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1307
        testOK("", pre + "ku3 -ext KU=ds");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1308
        testOK("", pre + "ku4 -ext KU=dig");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1309
        // ambigous value
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1310
        testFail("", pre + "ku5 -ext KU=d");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1311
        // cRLSign cannot be cs
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1312
        testFail("", pre + "ku6 -ext KU=cs");
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1313
        testOK("", pre + "ku11 -ext KU=nr");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1314
        // ke also means keyAgreement
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1315
        testFail("", pre + "ku12 -ext KU=ke");
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1316
        testOK("", pre + "ku12 -ext KU=keyE");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1317
        // de also means decipherOnly
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1318
        testFail("", pre + "ku13 -ext KU=de");
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1319
        testOK("", pre + "ku13 -ext KU=dataE");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1320
        testOK("", pre + "ku14 -ext KU=ka");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1321
        testOK("", pre + "ku15 -ext KU=kcs");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1322
        testOK("", pre + "ku16 -ext KU=crls");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1323
        testOK("", pre + "ku17 -ext KU=eo");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1324
        testOK("", pre + "ku18 -ext KU=do");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1325
        testOK("", pre + "ku19 -ext KU=cc");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1326
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1327
        testOK("", pre + "ku017 -ext KU=ds,cc,eo");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1328
        testOK("", pre + "ku135 -ext KU=nr,dataEncipherment,keyCertSign");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1329
        testOK("", pre + "ku246 -ext KU=keyEnc,cRL,keyA");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1330
        testOK("", pre + "ku1234 -ext KU=ka,da,keyE,nonR");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1331
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1332
        ks = loadStore("x.jks", "changeit", "JKS");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1333
        class CheckKU {
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1334
            void check(KeyStore ks, String alias, int... pos) throws Exception {
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1335
                System.err.print("x");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1336
                boolean[] bs = ((X509Certificate)ks.getCertificate(alias))
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1337
                        .getKeyUsage();
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1338
                bs = Arrays.copyOf(bs, 9);
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1339
                for (int i=0; i<bs.length; i++) {
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1340
                    boolean found = false;
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1341
                    for (int p: pos) {
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1342
                        if (p == i) found = true;
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1343
                    }
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1344
                    if (!found ^ bs[i]) {
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1345
                        // OK
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1346
                    } else {
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1347
                        throw new RuntimeException("KU not match at " + i +
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1348
                                ": " + found + " vs " + bs[i]);
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1349
                    }
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1350
                }
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1351
            }
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1352
        }
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1353
        CheckKU c = new CheckKU();
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1354
        assertTrue(((X509CertImpl)ks.getCertificate("ku1"))
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1355
                .getExtension(PKIXExtensions.KeyUsage_Id).isCritical());
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1356
        assertTrue(!((X509CertImpl)ks.getCertificate("ku2"))
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1357
                .getExtension(PKIXExtensions.KeyUsage_Id).isCritical());
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1358
        c.check(ks, "ku1", 0);
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1359
        c.check(ks, "ku2", 0);
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1360
        c.check(ks, "ku3", 0);
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1361
        c.check(ks, "ku4", 0);
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1362
        c.check(ks, "ku11", 1);
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1363
        c.check(ks, "ku12", 2);
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1364
        c.check(ks, "ku13", 3);
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1365
        c.check(ks, "ku14", 4);
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1366
        c.check(ks, "ku15", 5);
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1367
        c.check(ks, "ku16", 6);
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1368
        c.check(ks, "ku17", 7);
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1369
        c.check(ks, "ku18", 8);
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1370
        c.check(ks, "ku19", 1);
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1371
        c.check(ks, "ku11", 1);
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1372
        c.check(ks, "ku11", 1);
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1373
        c.check(ks, "ku11", 1);
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1374
        c.check(ks, "ku017", 0, 1, 7);
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1375
        c.check(ks, "ku135", 1, 3, 5);
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1376
        c.check(ks, "ku246", 6, 2, 4);
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1377
        c.check(ks, "ku1234", 1, 2, 3, 4);
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1378
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1379
        // EKU
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1380
        testOK("", pre + "eku1 -ext EKU:critical=sa");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1381
        testOK("", pre + "eku2 -ext ExtendedKeyUsage=ca");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1382
        testOK("", pre + "eku3 -ext EKU=cs");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1383
        testOK("", pre + "eku4 -ext EKU=ep");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1384
        testOK("", pre + "eku8 -ext EKU=ts");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1385
        testFail("", pre + "eku9 -ext EKU=os");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1386
        testOK("", pre + "eku9 -ext EKU=ocsps");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1387
        testOK("", pre + "eku10 -ext EKU=any");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1388
        testOK("", pre + "eku11 -ext EKU=1.2.3.4,1.3.5.7,ep");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1389
        testFail("", pre + "eku12 -ext EKU=c");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1390
        testFail("", pre + "eku12 -ext EKU=nothing");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1391
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1392
        ks = loadStore("x.jks", "changeit", "JKS");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1393
        class CheckEKU {
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1394
            void check(KeyStore ks, String alias, String... pos) throws Exception {
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1395
                System.err.print("x");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1396
                List<String> bs = ((X509Certificate)ks.getCertificate(alias))
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1397
                        .getExtendedKeyUsage();
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1398
                int found = 0;
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1399
                for (String p: pos) {
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1400
                    if (bs.contains(p)) {
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1401
                        found++;
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1402
                    } else {
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1403
                        throw new RuntimeException("EKU: not included " + p);
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1404
                    }
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1405
                }
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1406
                if (found != bs.size()) {
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1407
                    throw new RuntimeException("EKU: more items than expected");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1408
                }
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1409
            }
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1410
        }
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1411
        CheckEKU cx = new CheckEKU();
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1412
        assertTrue(((X509CertImpl)ks.getCertificate("eku1"))
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1413
                .getExtension(PKIXExtensions.ExtendedKeyUsage_Id).isCritical());
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1414
        assertTrue(!((X509CertImpl)ks.getCertificate("eku2"))
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1415
                .getExtension(PKIXExtensions.ExtendedKeyUsage_Id).isCritical());
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1416
        cx.check(ks, "eku1", "1.3.6.1.5.5.7.3.1");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1417
        cx.check(ks, "eku2", "1.3.6.1.5.5.7.3.2");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1418
        cx.check(ks, "eku3", "1.3.6.1.5.5.7.3.3");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1419
        cx.check(ks, "eku4", "1.3.6.1.5.5.7.3.4");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1420
        cx.check(ks, "eku8", "1.3.6.1.5.5.7.3.8");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1421
        cx.check(ks, "eku9", "1.3.6.1.5.5.7.3.9");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1422
        cx.check(ks, "eku10", "2.5.29.37.0");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1423
        cx.check(ks, "eku11", "1.3.6.1.5.5.7.3.4", "1.2.3.4", "1.3.5.7");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1424
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1425
        // SAN
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1426
        testOK("", pre+"san1 -ext san:critical=email:me@me.org");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1427
        testOK("", pre+"san2 -ext san=uri:http://me.org");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1428
        testOK("", pre+"san3 -ext san=dns:me.org");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1429
        testOK("", pre+"san4 -ext san=ip:192.168.0.1");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1430
        testOK("", pre+"san5 -ext san=oid:1.2.3.4");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1431
        testOK("", pre+"san235 -ext san=uri:http://me.org,dns:me.org,oid:1.2.3.4");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1432
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1433
        ks = loadStore("x.jks", "changeit", "JKS");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1434
        class CheckSAN {
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1435
            // Please sort items with name type
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1436
            void check(KeyStore ks, String alias, int type, Object... items)
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1437
                    throws Exception {
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1438
                int pos = 0;
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1439
                System.err.print("x");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1440
                Object[] names = null;
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1441
                if (type == 0) names = ((X509Certificate)ks.getCertificate(alias))
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1442
                        .getSubjectAlternativeNames().toArray();
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1443
                else names = ((X509Certificate)ks.getCertificate(alias))
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1444
                        .getIssuerAlternativeNames().toArray();
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1445
                Arrays.sort(names, new Comparator() {
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1446
                    public int compare(Object o1, Object o2) {
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1447
                        int i1 = (Integer)((List)o1).get(0);
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1448
                        int i2 = (Integer)((List)o2).get(0);
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1449
                        return i1 - i2;
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1450
                    }
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1451
                });
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1452
                for (Object o: names) {
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1453
                    List l = (List)o;
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1454
                    for (Object o2: l) {
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1455
                        if (!items[pos++].equals(o2)) {
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1456
                            throw new RuntimeException("Not equals at " + pos
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1457
                                    + ": " + items[pos-1] + " vs " + o2);
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1458
                        }
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1459
                    }
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1460
                }
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1461
                if (pos != items.length) {
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1462
                    throw new RuntimeException("Extra items, pos is " + pos);
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1463
                }
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1464
            }
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1465
        }
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1466
        CheckSAN csan = new CheckSAN();
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1467
        assertTrue(((X509CertImpl)ks.getCertificate("san1"))
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1468
                .getSubjectAlternativeNameExtension().isCritical());
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1469
        assertTrue(!((X509CertImpl)ks.getCertificate("san2"))
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1470
                .getSubjectAlternativeNameExtension().isCritical());
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1471
        csan.check(ks, "san1", 0, 1, "me@me.org");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1472
        csan.check(ks, "san2", 0, 6, "http://me.org");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1473
        csan.check(ks, "san3", 0, 2, "me.org");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1474
        csan.check(ks, "san4", 0, 7, "192.168.0.1");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1475
        csan.check(ks, "san5", 0, 8, "1.2.3.4");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1476
        csan.check(ks, "san235", 0, 2, "me.org", 6, "http://me.org", 8, "1.2.3.4");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1477
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1478
        // IAN
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1479
        testOK("", pre+"ian1 -ext ian:critical=email:me@me.org");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1480
        testOK("", pre+"ian2 -ext ian=uri:http://me.org");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1481
        testOK("", pre+"ian3 -ext ian=dns:me.org");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1482
        testOK("", pre+"ian4 -ext ian=ip:192.168.0.1");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1483
        testOK("", pre+"ian5 -ext ian=oid:1.2.3.4");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1484
        testOK("", pre+"ian235 -ext ian=uri:http://me.org,dns:me.org,oid:1.2.3.4");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1485
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1486
        ks = loadStore("x.jks", "changeit", "JKS");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1487
        assertTrue(((X509CertImpl)ks.getCertificate("ian1"))
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1488
                .getIssuerAlternativeNameExtension().isCritical());
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1489
        assertTrue(!((X509CertImpl)ks.getCertificate("ian2"))
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1490
                .getIssuerAlternativeNameExtension().isCritical());
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1491
        csan.check(ks, "ian1", 1, 1, "me@me.org");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1492
        csan.check(ks, "ian2", 1, 6, "http://me.org");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1493
        csan.check(ks, "ian3", 1, 2, "me.org");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1494
        csan.check(ks, "ian4", 1, 7, "192.168.0.1");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1495
        csan.check(ks, "ian5", 1, 8, "1.2.3.4");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1496
        csan.check(ks, "ian235", 1, 2, "me.org", 6, "http://me.org", 8, "1.2.3.4");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1497
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1498
        // SIA
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1499
        testOK("", pre+"sia1 -ext sia=care:uri:ldap://ca.com/cn=CA");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1500
        testOK("", pre+"sia2 -ext sia=ts:email:ts@ca.com");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1501
        testFail("SIA never critical", pre +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1502
                "sia3 -ext sia:critical=ts:email:ts@ca.com");
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1503
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1504
        ks = loadStore("x.jks", "changeit", "JKS");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1505
        class CheckSia {
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1506
            void check(KeyStore ks, String alias, int type, Object... items)
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1507
                    throws Exception {
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1508
                int pos = 0;
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1509
                System.err.print("x");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1510
                AccessDescription[] ads = null;
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1511
                if (type == 0) {
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1512
                    SubjectInfoAccessExtension siae = (SubjectInfoAccessExtension)
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1513
                            ((X509CertImpl)ks.getCertificate(alias))
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1514
                            .getExtension(PKIXExtensions.SubjectInfoAccess_Id);
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1515
                    ads = siae.getAccessDescriptions()
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1516
                            .toArray(new AccessDescription[0]);
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1517
                } else {
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1518
                    AuthorityInfoAccessExtension aiae =
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1519
                            (AuthorityInfoAccessExtension)
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1520
                            ((X509CertImpl)ks.getCertificate(alias))
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1521
                            .getExtension(PKIXExtensions.AuthInfoAccess_Id);
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1522
                    ads = aiae.getAccessDescriptions()
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1523
                            .toArray(new AccessDescription[0]);
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1524
                }
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1525
                Arrays.sort(ads, new Comparator<AccessDescription>() {
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1526
                    @Override
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1527
                    public int compare(AccessDescription o1,
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1528
                                       AccessDescription o2) {
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1529
                        return o1.getAccessMethod().toString()
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1530
                                .compareTo(o2.getAccessMethod().toString());
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1531
                    }
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1532
                });
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1533
                for (AccessDescription ad: ads) {
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1534
                    if (!ad.getAccessMethod().equals(items[pos++]) ||
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1535
                            !new Integer(ad.getAccessLocation().getType())
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1536
                                    .equals(items[pos++])) {
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1537
                        throw new RuntimeException("Not same type at " + pos);
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1538
                    }
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1539
                    String name = null;
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1540
                    switch (ad.getAccessLocation().getType()) {
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1541
                        case 1:
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1542
                            name = ((RFC822Name)ad.getAccessLocation()
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1543
                                    .getName()).getName();
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1544
                            break;
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1545
                        case 6:
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1546
                            name = ((URIName)ad.getAccessLocation()
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1547
                                    .getName()).getURI().toString();
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1548
                            break;
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1549
                        default:
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1550
                            throw new RuntimeException("Not implemented: " + ad);
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1551
                    }
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1552
                    if (!name.equals(items[pos++])) {
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1553
                        throw new Exception("Name not same for " + ad +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1554
                                " at pos " + pos);
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1555
                    }
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1556
                }
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1557
            }
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1558
        }
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1559
        CheckSia csia = new CheckSia();
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1560
        assertTrue(!((X509CertImpl)ks.getCertificate("sia1"))
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1561
                .getExtension(PKIXExtensions.SubjectInfoAccess_Id).isCritical());
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1562
        csia.check(ks, "sia1", 0,
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1563
                AccessDescription.Ad_CAREPOSITORY_Id, 6, "ldap://ca.com/cn=CA");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1564
        csia.check(ks, "sia2",
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1565
                0, AccessDescription.Ad_TIMESTAMPING_Id, 1, "ts@ca.com");
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1566
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1567
        // AIA
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1568
        testOK("", pre+"aia1 -ext aia=cai:uri:ldap://ca.com/cn=CA");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1569
        testOK("", pre+"aia2 -ext aia=ocsp:email:ocsp@ca.com");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1570
        testFail("AIA never critical", pre +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1571
                "aia3 -ext aia:critical=ts:email:ts@ca.com");
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1572
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1573
        ks = loadStore("x.jks", "changeit", "JKS");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1574
        assertTrue(!((X509CertImpl)ks.getCertificate("aia1"))
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1575
                .getExtension(PKIXExtensions.AuthInfoAccess_Id).isCritical());
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1576
        csia.check(ks, "aia1", 1,
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1577
                AccessDescription.Ad_CAISSUERS_Id, 6, "ldap://ca.com/cn=CA");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1578
        csia.check(ks, "aia2", 1,
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1579
                AccessDescription.Ad_OCSP_Id, 1, "ocsp@ca.com");
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1580
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1581
        // OID
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1582
        testOK("", pre+"oid1 -ext 1.2.3:critical=0102");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1583
        testOK("", pre+"oid2 -ext 1.2.3");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1584
        testOK("", pre+"oid12 -ext 1.2.3 -ext 1.2.4=01:02:03");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1585
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1586
        ks = loadStore("x.jks", "changeit", "JKS");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1587
        class CheckOid {
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1588
            void check(KeyStore ks, String alias, String oid, byte[] value)
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1589
                    throws Exception {
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1590
                int pos = 0;
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1591
                System.err.print("x");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1592
                Extension ex = ((X509CertImpl)ks.getCertificate(alias))
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1593
                        .getExtension(new ObjectIdentifier(oid));
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1594
                if (!Arrays.equals(value, ex.getValue())) {
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1595
                    throw new RuntimeException("Not same content in " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1596
                            alias + " for " + oid);
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1597
                }
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1598
            }
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1599
        }
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1600
        CheckOid coid = new CheckOid();
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1601
        assertTrue(((X509CertImpl)ks.getCertificate("oid1"))
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1602
                .getExtension(new ObjectIdentifier("1.2.3")).isCritical());
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1603
        assertTrue(!((X509CertImpl)ks.getCertificate("oid2"))
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1604
                .getExtension(new ObjectIdentifier("1.2.3")).isCritical());
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1605
        coid.check(ks, "oid1", "1.2.3", new byte[]{1,2});
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1606
        coid.check(ks, "oid2", "1.2.3", new byte[]{});
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1607
        coid.check(ks, "oid12", "1.2.3", new byte[]{});
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1608
        coid.check(ks, "oid12", "1.2.4", new byte[]{1,2,3});
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1609
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1610
        // honored
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1611
        testOK("", pre+"ca");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1612
        testOK("", pre+"a");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1613
        // request: BC,KU,1.2.3,1.2.4,1.2.5
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1614
        testOK("", simple+"-alias a -certreq " +
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1615
                "-ext BC=1 -ext KU=crl " +
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1616
                "-ext 1.2.3=01 -ext 1.2.4:critical=0102 -ext 1.2.5=010203 " +
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1617
                "-rfc -file test.req");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1618
        // printcertreq
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1619
        testOK("", "-printcertreq -file test.req");
29596
70399c7a7f5a 8074935: jdk8 keytool doesn't validate pem files for RFC 1421 correctness, as jdk7 did
weijun
parents: 29225
diff changeset
  1620
        checkPem("test.req");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1621
        // issue: deny KU, change criticality of 1.2.3 and 1.2.4,
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1622
        // change content of BC, add 2.3.4
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1623
        testOK("", simple+"-gencert -alias ca -infile test.req -ext " +
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1624
                "honored=all,-KU,1.2.3:critical,1.2.4:non-critical " +
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1625
                "-ext BC=2 -ext 2.3.4=01020304 " +
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1626
                "-debug -rfc -outfile test.cert");
29596
70399c7a7f5a 8074935: jdk8 keytool doesn't validate pem files for RFC 1421 correctness, as jdk7 did
weijun
parents: 29225
diff changeset
  1627
        checkPem("test.cert");
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1628
        testOK("", simple+"-importcert -file test.cert -alias a");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1629
        ks = loadStore("x.jks", "changeit", "JKS");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1630
        X509CertImpl a = (X509CertImpl)ks.getCertificate("a");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1631
        assertTrue(a.getAuthorityKeyIdentifierExtension() != null);
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1632
        assertTrue(a.getSubjectKeyIdentifierExtension() != null);
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1633
        assertTrue(a.getKeyUsage() == null);
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1634
        assertTrue(a.getExtension(new ObjectIdentifier("1.2.3")).isCritical());
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1635
        assertTrue(!a.getExtension(new ObjectIdentifier("1.2.4")).isCritical());
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1636
        assertTrue(!a.getExtension(new ObjectIdentifier("1.2.5")).isCritical());
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1637
        assertTrue(a.getExtensionValue("1.2.3").length == 3);
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1638
        assertTrue(a.getExtensionValue("1.2.4").length == 4);
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1639
        assertTrue(a.getExtensionValue("1.2.5").length == 5);
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1640
        assertTrue(a.getBasicConstraints() == 2);
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1641
        assertTrue(!a.getExtension(new ObjectIdentifier("2.3.4")).isCritical());
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1642
        assertTrue(a.getExtensionValue("2.3.4").length == 6);
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1643
29110
ea89fdd8a5d5 8073181: keytool -ext honored not working correctly
weijun
parents: 28243
diff changeset
  1644
        // 8073181: keytool -ext honored not working correctly
ea89fdd8a5d5 8073181: keytool -ext honored not working correctly
weijun
parents: 28243
diff changeset
  1645
        testOK("", simple+"-gencert -alias ca -infile test.req -ext " +
29225
fb5b4b9d12f5 8074018: Named extension not recognized in keytool -ext honored after 8073182
weijun
parents: 29120
diff changeset
  1646
                "honored=1.2.3,KU,1.2.4:critical " +
29110
ea89fdd8a5d5 8073181: keytool -ext honored not working correctly
weijun
parents: 28243
diff changeset
  1647
                "-debug -rfc -outfile test2.cert");
ea89fdd8a5d5 8073181: keytool -ext honored not working correctly
weijun
parents: 28243
diff changeset
  1648
        testOK("", simple+"-importcert -file test2.cert -alias b");
ea89fdd8a5d5 8073181: keytool -ext honored not working correctly
weijun
parents: 28243
diff changeset
  1649
        ks = loadStore("x.jks", "changeit", "JKS");
ea89fdd8a5d5 8073181: keytool -ext honored not working correctly
weijun
parents: 28243
diff changeset
  1650
        X509CertImpl b = (X509CertImpl)ks.getCertificate("b");
ea89fdd8a5d5 8073181: keytool -ext honored not working correctly
weijun
parents: 28243
diff changeset
  1651
        assertTrue(!b.getExtension(new ObjectIdentifier("1.2.3")).isCritical());
ea89fdd8a5d5 8073181: keytool -ext honored not working correctly
weijun
parents: 28243
diff changeset
  1652
        assertTrue(b.getExtension(new ObjectIdentifier("1.2.4")).isCritical());
ea89fdd8a5d5 8073181: keytool -ext honored not working correctly
weijun
parents: 28243
diff changeset
  1653
29111
e9103f166a4a 8073182: keytool may generate duplicate extensions
weijun
parents: 29110
diff changeset
  1654
        // 8073182: keytool may generate duplicate extensions
e9103f166a4a 8073182: keytool may generate duplicate extensions
weijun
parents: 29110
diff changeset
  1655
        testOK("", pre+"dup -ext bc=2 -ext 2.5.29.19=30030101FF -ext bc=3");
e9103f166a4a 8073182: keytool may generate duplicate extensions
weijun
parents: 29110
diff changeset
  1656
        ks = loadStore("x.jks", "changeit", "JKS");
e9103f166a4a 8073182: keytool may generate duplicate extensions
weijun
parents: 29110
diff changeset
  1657
        X509CertImpl dup = (X509CertImpl)ks.getCertificate("dup");
e9103f166a4a 8073182: keytool may generate duplicate extensions
weijun
parents: 29110
diff changeset
  1658
        assertTrue(dup.getBasicConstraints() == 3);
e9103f166a4a 8073182: keytool may generate duplicate extensions
weijun
parents: 29110
diff changeset
  1659
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1660
        remove("x.jks");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1661
        remove("test.req");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1662
        remove("test.cert");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1663
    }
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1664
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1665
    void i18nTest() throws Exception {
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1666
        //   1.  keytool -help
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1667
        remove("x.jks");
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1668
        testOK("", "-help");
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1669
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1670
        //   2. keytool -genkey -v -keysize 512 Enter "a" for the keystore
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1671
        // password. Check error (password too short). Enter "password" for
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1672
        // the keystore password. Hit 'return' for "first and last name",
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1673
        // "organizational unit", "City", "State", and "Country Code".
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1674
        // Type "yes" when they ask you if everything is correct.
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1675
        // Type 'return' for new key password.
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1676
        testOK("a\npassword\npassword\nMe\nHere\nNow\nPlace\nPlace\nUS\nyes\n\n",
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1677
                "-genkey -v -keysize 512 -keystore x.jks -storetype JKS");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1678
        //   3. keytool -list -v -storepass password
28243
47080f9ae750 8044445: JEP 229: Create PKCS12 Keystores by Default
vinnie
parents: 27344
diff changeset
  1679
        testOK("", "-list -v -storepass password -keystore x.jks -storetype JKS");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1680
        //   4. keytool -list -v Type "a" for the keystore password.
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1681
        // Check error (wrong keystore password).
28243
47080f9ae750 8044445: JEP 229: Create PKCS12 Keystores by Default
vinnie
parents: 27344
diff changeset
  1682
        testFail("a\n", "-list -v -keystore x.jks -storetype JKS");
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1683
        assertTrue(ex.indexOf("password was incorrect") != -1);
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1684
        //   5. keytool -genkey -v -keysize 512 Enter "password" as the password.
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1685
        // Check error (alias 'mykey' already exists).
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1686
        testFail("password\n", "-genkey -v -keysize 512" +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1687
                " -keystore x.jks -storetype JKS");
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1688
        assertTrue(ex.indexOf("alias <mykey> already exists") != -1);
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1689
        //   6. keytool -genkey -v -keysize 512 -alias mykey2 -storepass password
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1690
        // Hit 'return' for "first and last name", "organizational unit", "City",
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1691
        // "State", and "Country Code". Type "yes" when they ask you if
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1692
        // everything is correct. Type 'return' for new key password.
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1693
        testOK("\n\n\n\n\n\nyes\n\n", "-genkey -v -keysize 512 -alias mykey2" +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1694
                " -storepass password -keystore x.jks -storetype JKS");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1695
        //   7. keytool -list -v Type 'password' for the store password.
28243
47080f9ae750 8044445: JEP 229: Create PKCS12 Keystores by Default
vinnie
parents: 27344
diff changeset
  1696
        testOK("password\n", "-list -v -keystore x.jks -storetype JKS");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1697
        //   8. keytool -keypasswd -v -alias mykey2 -storepass password
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1698
        // Type "a" for the new key password. Type "aaaaaa" for the new key
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1699
        // password. Type "bbbbbb" when re-entering the new key password.
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1700
        // Type "a" for the new key password. Check Error (too many failures).
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1701
        testFail("a\naaaaaa\nbbbbbb\na\n", "-keypasswd -v -alias mykey2" +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1702
                " -storepass password -keystore x.jks -storetype JKS");
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1703
        assertTrue(ex.indexOf("Too many failures - try later") != -1);
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1704
        //   9. keytool -keypasswd -v -alias mykey2 -storepass password
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1705
        // Type "aaaaaa" for the new key password. Type "aaaaaa"
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1706
        // when re-entering the new key password.
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1707
        testOK("aaaaaa\naaaaaa\n", "-keypasswd -v -alias mykey2 " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1708
                "-storepass password -keystore x.jks -storetype JKS");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1709
        //  10. keytool -selfcert -v -alias mykey -storepass password
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1710
        testOK("", "-selfcert -v -alias mykey -storepass password " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1711
                "-keystore x.jks -storetype JKS");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1712
        //  11. keytool -list -v -storepass password
28243
47080f9ae750 8044445: JEP 229: Create PKCS12 Keystores by Default
vinnie
parents: 27344
diff changeset
  1713
        testOK("", "-list -v -storepass password -keystore x.jks -storetype JKS");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1714
        //  12. keytool -export -v -alias mykey -file cert -storepass password
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1715
        remove("cert");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1716
        testOK("", "-export -v -alias mykey -file cert -storepass password " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1717
                "-keystore x.jks -storetype JKS");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1718
        //  13. keytool -import -v -file cert -storepass password
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1719
        // Check error (Certificate reply and cert are the same)
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1720
        testFail("", "-import -v -file cert -storepass password" +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1721
                " -keystore x.jks -storetype JKS");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1722
        assertTrue(ex.indexOf("Certificate reply and certificate" +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1723
                " in keystore are identical") != -1);
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1724
        //  14. keytool -printcert -file cert
28243
47080f9ae750 8044445: JEP 229: Create PKCS12 Keystores by Default
vinnie
parents: 27344
diff changeset
  1725
        testOK("", "-printcert -file cert -keystore x.jks -storetype JKS");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1726
        remove("cert");
39633
9dc7586be5f0 8130302: jarsigner and keytool -providerClass needs be re-examined for modules
weijun
parents: 29596
diff changeset
  1727
        //  15. keytool -list -storepass password -addprovider SUN
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1728
        testOK("", "-list -storepass password" +
39633
9dc7586be5f0 8130302: jarsigner and keytool -providerClass needs be re-examined for modules
weijun
parents: 29596
diff changeset
  1729
                " -addprovider SUN" +
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1730
                " -keystore x.jks -storetype JKS");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1731
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1732
        //Error tests
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1733
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1734
        //   1. keytool -storepasswd -storepass password -new abc
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1735
        // Check error (password too short)
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1736
        testFail("", "-storepasswd -storepass password -new abc");
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1737
        assertTrue(ex.indexOf("New password must be at least 6 characters") != -1);
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1738
        // Changed, no NONE needed now
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1739
        //   2. keytool -list -storetype PKCS11 Check error (-keystore must be NONE)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1740
        //testFail("", "-list -storetype PKCS11");
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1741
        //assertTrue(err.indexOf("keystore must be NONE") != -1);
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1742
        //   3. keytool -storepasswd -storetype PKCS11 -keystore NONE
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1743
        // Check error (unsupported operation)
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1744
        testFail("", "-storepasswd -storetype PKCS11 -keystore NONE");
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1745
        assertTrue(ex.indexOf("UnsupportedOperationException") != -1);
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1746
        //   4. keytool -keypasswd -storetype PKCS11 -keystore NONE
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1747
        // Check error (unsupported operation)
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1748
        testFail("", "-keypasswd -storetype PKCS11 -keystore NONE");
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1749
        assertTrue(ex.indexOf("UnsupportedOperationException") != -1);
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1750
        //   5. keytool -list -protected -storepass password
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1751
        // Check error (password can not be specified with -protected)
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1752
        testFail("", "-list -protected -storepass password " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1753
                "-keystore x.jks -storetype JKS");
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1754
        assertTrue(ex.indexOf("if -protected is specified, then") != -1);
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1755
        //   6. keytool -keypasswd -protected -keypass password
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1756
        // Check error (password can not be specified with -protected)
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1757
        testFail("", "-keypasswd -protected -keypass password " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1758
                "-keystore x.jks -storetype JKS");
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1759
        assertTrue(ex.indexOf("if -protected is specified, then") != -1);
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1760
        //   7. keytool -keypasswd -protected -new password
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1761
        // Check error (password can not be specified with -protected)
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1762
        testFail("", "-keypasswd -protected -new password " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1763
                "-keystore x.jks -storetype JKS");
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1764
        assertTrue(ex.indexOf("if -protected is specified, then") != -1);
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1765
        remove("x.jks");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1766
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1767
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1768
    void i18nPKCS11Test() throws Exception {
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1769
        //PKCS#11 tests
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1770
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1771
        //   1. sccs edit cert8.db key3.db
41107
567f832618d7 8165161: Solaris: /usr/ccs /opt/sfw and /opt/csw are dead, references should be expunged
alanbur
parents: 39633
diff changeset
  1772
        //Runtime.getRuntime().exec("/usr/bin/sccs edit cert8.db key3.db");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1773
        testOK("", p11Arg + ("-storepass test12 -genkey -alias genkey" +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1774
                " -dname cn=genkey -keysize 512 -keyalg rsa"));
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1775
        testOK("", p11Arg + "-storepass test12 -list");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1776
        testOK("", p11Arg + "-storepass test12 -list -alias genkey");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1777
        testOK("", p11Arg +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1778
                "-storepass test12 -certreq -alias genkey -file genkey.certreq");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1779
        testOK("", p11Arg +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1780
                "-storepass test12 -export -alias genkey -file genkey.cert");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1781
        testOK("", "-printcert -file genkey.cert");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1782
        testOK("", p11Arg +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1783
                "-storepass test12 -selfcert -alias genkey -dname cn=selfCert");
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1784
        testOK("", p11Arg +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1785
                "-storepass test12 -list -alias genkey -v");
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1786
        assertTrue(out.indexOf("Owner: CN=selfCert") != -1);
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1787
        //(check that cert subject DN is [cn=selfCert])
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1788
        testOK("", p11Arg + "-storepass test12 -delete -alias genkey");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1789
        testOK("", p11Arg + "-storepass test12 -list");
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1790
        assertTrue(out.indexOf("Your keystore contains 0 entries") != -1);
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1791
        //(check for empty database listing)
41107
567f832618d7 8165161: Solaris: /usr/ccs /opt/sfw and /opt/csw are dead, references should be expunged
alanbur
parents: 39633
diff changeset
  1792
        //Runtime.getRuntime().exec("/usr/bin/sccs unedit cert8.db key3.db");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1793
        remove("genkey.cert");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1794
        remove("genkey.certreq");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1795
        //  12. sccs unedit cert8.db key3.db
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1796
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1797
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1798
    // tesing new option -srcProviderName
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1799
    void sszzTest() throws Exception {
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1800
        testAnyway("", NSS_P11_ARG+"-delete -alias nss -storepass test12");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1801
        testAnyway("", NZZ_P11_ARG+"-delete -alias nss -storepass test12");
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1802
        testOK("", NSS_P11_ARG+"-genkeypair -dname CN=NSS " +
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1803
                "-alias nss -storepass test12");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1804
        testOK("", NSS_SRC_P11_ARG + NZZ_P11_ARG +
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1805
                "-importkeystore -srcstorepass test12 -deststorepass test12");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1806
        testAnyway("", NSS_P11_ARG+"-delete -alias nss -storepass test12");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1807
        testAnyway("", NZZ_P11_ARG+"-delete -alias nss -storepass test12");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1808
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1809
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1810
    public static void main(String[] args) throws Exception {
10138
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1811
        Locale reservedLocale = Locale.getDefault();
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1812
        try {
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1813
            // first test if HumanInputStream really acts like a human being
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1814
            HumanInputStream.test();
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1815
            KeyToolTest t = new KeyToolTest();
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1816
10138
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1817
            if (System.getProperty("file") != null) {
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1818
                t.sqeTest();
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1819
                t.testAll();
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1820
                t.i18nTest();
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1821
                t.v3extTest("RSA");
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1822
                t.v3extTest("DSA");
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1823
                boolean testEC = true;
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1824
                try {
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1825
                    KeyPairGenerator.getInstance("EC");
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1826
                } catch (NoSuchAlgorithmException nae) {
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1827
                    testEC = false;
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1828
                }
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1829
                if (testEC) t.v3extTest("EC");
2067
6f9db5f305cd 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun
parents: 2
diff changeset
  1830
            }
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1831
10138
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1832
            if (System.getProperty("nss") != null) {
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1833
                t.srcP11Arg = NSS_SRC_P11_ARG;
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1834
                t.p11Arg = NSS_P11_ARG;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1835
10138
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1836
                t.testPKCS11();
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1837
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1838
                // FAIL:
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1839
                // 1. we still don't have srcprovidername yet
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1840
                // 2. cannot store privatekey into NSS keystore
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1841
                //    java.security.KeyStoreException: sun.security.pkcs11
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1842
                //      .wrapper.PKCS11Exception: CKR_TEMPLATE_INCOMPLETE.
10138
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1843
                //t.testPKCS11ImportKeyStore();
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1844
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1845
                t.i18nPKCS11Test();
29120
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1846
                //FAIL: currently PKCS11-NSS does not support
db85cf043b4f 8073853: KeyToolTest.java has too many too long lines
weijun
parents: 29111
diff changeset
  1847
                // 2 NSS KeyStores to be loaded at the same time
10138
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1848
                //t.sszzTest();
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1849
            }
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1850
10138
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1851
            if (System.getProperty("solaris") != null) {
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1852
                // For Solaris Cryptography Framework
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1853
                t.srcP11Arg = SUN_SRC_P11_ARG;
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1854
                t.p11Arg = SUN_P11_ARG;
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1855
                t.testPKCS11();
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1856
                t.testPKCS11ImportKeyStore();
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1857
                t.i18nPKCS11Test();
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1858
            }
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1859
10138
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1860
            System.out.println("Test pass!!!");
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1861
        } finally {
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1862
            // restore the reserved locale
b7572da25d15 7068662: Reserve and restore the default locale
xuelei
parents: 5506
diff changeset
  1863
            Locale.setDefault(reservedLocale);
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1864
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1865
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1866
}
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1867
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1868
class TestException extends Exception {
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1869
    public TestException(String e) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1870
        super(e);
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1871
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1872
}
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1873
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1874
/**
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1875
 * HumanInputStream tries to act like a human sitting in front of a computer
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1876
 * terminal typing on the keyboard while the keytool program is running.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1877
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1878
 * keytool has called InputStream.read() and BufferedReader.readLine() in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1879
 * various places. a call to B.readLine() will try to buffer as much input as
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1880
 * possible. Thus, a trivial InputStream will find it impossible to feed
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1881
 * anything to I.read() after a B.readLine() call.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1882
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1883
 * This is why i create HumanInputStream, which will only send a single line
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1884
 * to B.readLine(), no more, no less, and the next I.read() can have a chance
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1885
 * to read the exact character right after "\n".
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1886
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1887
 * I don't know why HumanInputStream works.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1888
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1889
class HumanInputStream extends InputStream {
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1890
    byte[] src;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1891
    int pos;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1892
    int length;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1893
    boolean inLine;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1894
    int stopIt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1895
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1896
    public HumanInputStream(String input) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1897
        src = input.getBytes();
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1898
        pos = 0;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1899
        length = src.length;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1900
        stopIt = 0;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1901
        inLine = false;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1902
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1903
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1904
    // the trick: when called through read(byte[], int, int),
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1905
    // return -1 twice after "\n"
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1906
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1907
    @Override public int read() throws IOException {
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1908
        int re;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1909
        if(pos < length) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1910
            re = src[pos];
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1911
            if(inLine) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1912
                if(stopIt > 0) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1913
                    stopIt--;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1914
                    re = -1;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1915
                } else {
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1916
                    if(re == '\n') {
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1917
                        stopIt = 2;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1918
                    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1919
                    pos++;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1920
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1921
            } else {
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1922
                pos++;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1923
            }
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1924
        } else {
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1925
            re = -1;//throw new IOException("NO MORE TO READ");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1926
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1927
        //if (re < 32) System.err.printf("[%02d]", re);
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1928
        //else System.err.printf("[%c]", (char)re);
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1929
        return re;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1930
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1931
    @Override public int read(byte[] buffer, int offset, int len) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1932
        inLine = true;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1933
        try {
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1934
            int re = super.read(buffer, offset, len);
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1935
            return re;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1936
        } catch(Exception e) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1937
            throw new RuntimeException("HumanInputStream error");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1938
        } finally {
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1939
            inLine = false;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1940
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1941
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1942
    @Override public int available() {
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1943
        if(pos < length) return 1;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1944
        return 0;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1945
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1946
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1947
    // test part
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1948
    static void assertTrue(boolean bool) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1949
        if(!bool)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1950
            throw new RuntimeException();
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1951
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1952
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1953
    public static void test() throws Exception {
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1954
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1955
        class Tester {
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1956
            HumanInputStream is;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1957
            BufferedReader reader;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1958
            Tester(String s) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1959
                is = new HumanInputStream(s);
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1960
                reader = new BufferedReader(new InputStreamReader(is));
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1961
            }
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1962
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1963
            // three kinds of test method
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1964
            // 1. read byte by byte from InputStream
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1965
            void testStreamReadOnce(int expection) throws Exception {
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1966
                assertTrue(is.read() == expection);
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1967
            }
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1968
            void testStreamReadMany(String expection) throws Exception {
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1969
                char[] keys = expection.toCharArray();
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1970
                for(int i=0; i<keys.length; i++) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1971
                    assertTrue(is.read() == keys[i]);
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1972
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1973
            }
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1974
            // 2. read a line with a newly created Reader
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1975
            void testReaderReadline(String expection) throws Exception {
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1976
                String s = new BufferedReader(new InputStreamReader(is)).readLine();
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1977
                if(s == null) assertTrue(expection == null);
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1978
                else assertTrue(s.equals(expection));
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1979
            }
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1980
            // 3. read a line with the old Reader
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1981
            void testReaderReadline2(String expection) throws Exception  {
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1982
                String s = reader.readLine();
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1983
                if(s == null) assertTrue(expection == null);
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1984
                else assertTrue(s.equals(expection));
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1985
            }
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1986
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1987
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1988
        Tester test;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1989
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1990
        test = new Tester("111\n222\n\n444\n\n");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1991
        test.testReaderReadline("111");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1992
        test.testReaderReadline("222");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1993
        test.testReaderReadline("");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1994
        test.testReaderReadline("444");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1995
        test.testReaderReadline("");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1996
        test.testReaderReadline(null);
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1997
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1998
        test = new Tester("111\n222\n\n444\n\n");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1999
        test.testReaderReadline2("111");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2000
        test.testReaderReadline2("222");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2001
        test.testReaderReadline2("");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2002
        test.testReaderReadline2("444");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2003
        test.testReaderReadline2("");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2004
        test.testReaderReadline2(null);
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2005
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2006
        test = new Tester("111\n222\n\n444\n\n");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2007
        test.testReaderReadline2("111");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2008
        test.testReaderReadline("222");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2009
        test.testReaderReadline2("");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2010
        test.testReaderReadline2("444");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2011
        test.testReaderReadline("");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2012
        test.testReaderReadline2(null);
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2013
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2014
        test = new Tester("1\n2");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2015
        test.testStreamReadMany("1\n2");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2016
        test.testStreamReadOnce(-1);
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2017
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2018
        test = new Tester("12\n234");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2019
        test.testStreamReadOnce('1');
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2020
        test.testReaderReadline("2");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2021
        test.testStreamReadOnce('2');
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2022
        test.testReaderReadline2("34");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2023
        test.testReaderReadline2(null);
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2024
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2025
        test = new Tester("changeit\n");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2026
        test.testStreamReadMany("changeit\n");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2027
        test.testReaderReadline(null);
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2028
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2029
        test = new Tester("changeit\nName\nCountry\nYes\n");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2030
        test.testStreamReadMany("changeit\n");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2031
        test.testReaderReadline("Name");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2032
        test.testReaderReadline("Country");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2033
        test.testReaderReadline("Yes");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2034
        test.testReaderReadline(null);
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2035
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2036
        test = new Tester("Me\nHere\n");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2037
        test.testReaderReadline2("Me");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2038
        test.testReaderReadline2("Here");
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2039
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2040
}