< prev index next >

test/jdk/sun/security/mscapi/KeytoolChangeAlias.java

Print this page
rev 53269 : 8228967: Trust/Key store and SSL context utilities for tests
Reviewed-by: xuelei

*** 1,7 **** /* ! * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 20,38 **** * or visit www.oracle.com if you need additional information or have any * questions. */ import jdk.test.lib.SecurityTools; import java.security.KeyStore; /* * @test * @bug 6415696 6931562 8180570 * @requires os.family == "windows" * @library /test/lib - * @library /test/jdk/java/security/testlibrary * @summary Test "keytool -changealias" using the Microsoft CryptoAPI provider. */ public class KeytoolChangeAlias { public static void main(String[] args) throws Exception { --- 20,38 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ import jdk.test.lib.SecurityTools; + import jdk.test.lib.security.CertUtils; import java.security.KeyStore; /* * @test * @bug 6415696 6931562 8180570 * @requires os.family == "windows" * @library /test/lib * @summary Test "keytool -changealias" using the Microsoft CryptoAPI provider. */ public class KeytoolChangeAlias { public static void main(String[] args) throws Exception {
< prev index next >