< prev index next >
test/sun/security/ssl/X509TrustManagerImpl/CheckNullEntity.java
Print this page
rev 15874 : [mq]: 8168468-CheckNullEntity-java-fails-to-compile
@@ -1,7 +1,7 @@
/*
- * Copyright (c) 2005, 2007, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2016, 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.
@@ -22,19 +22,19 @@
*/
/*
* @test
* @bug 5053815
- * @summary unspecified exceptions in X509TrustManager.checkClient[Server]Truste
-d
+ * @summary unspecified exceptions in X509TrustManager.checkClient[Server]Trusted
* @author Xuelei Fan
* @modules java.base/com.sun.net.ssl.internal.ssl
*/
import java.io.*;
import java.net.*;
-import javax.net.ssl.*;
+import javax.net.ssl.TrustManagerFactory;
+import javax.net.ssl.X509TrustManager;
import java.security.cert.X509Certificate;
import java.security.*;
import java.util.Enumeration;
import com.sun.net.ssl.internal.ssl.X509ExtendedTrustManager;
< prev index next >