8172869: 4096 is not supported yet for the DH Parameter Generator
Reviewed-by: ascarpino, mullan
--- a/jdk/src/java.base/share/classes/java/security/AlgorithmParameterGenerator.java Tue Jan 24 16:19:21 2017 -0500
+++ b/jdk/src/java.base/share/classes/java/security/AlgorithmParameterGenerator.java Tue Jan 24 23:07:53 2017 +0000
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2017, 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
@@ -71,7 +71,7 @@
* following standard {@code AlgorithmParameterGenerator} algorithms and
* keysizes in parentheses:
* <ul>
- * <li>{@code DiffieHellman} (1024, 2048, 4096)</li>
+ * <li>{@code DiffieHellman} (1024, 2048)</li>
* <li>{@code DSA} (1024, 2048)</li>
* </ul>
* These algorithms are described in the <a href=