We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74da3ee commit f575f4fCopy full SHA for f575f4f
test/jdk/javax/net/ssl/SSLEngine/Basics.java
@@ -63,7 +63,7 @@ public static void main(String[] args) throws Exception {
63
runTest("TLSv1.2", "TLS_RSA_WITH_AES_256_GCM_SHA384");
64
runTest("TLSv1.1", "TLS_DHE_DSS_WITH_AES_128_CBC_SHA");
65
}
66
-
+
67
private static void runTest(String protocol, String cipherSuite) throws Exception {
68
System.out.printf("Testing %s with %s%n", protocol, cipherSuite);
69
KeyStore ks = KeyStore.getInstance("JKS");
0 commit comments