We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e03f096 commit 06c04c0Copy full SHA for 06c04c0
x-pack/plugin/security/cli/src/test/java/org/elasticsearch/xpack/security/cli/CertGenUtilsTests.java
@@ -69,7 +69,7 @@ public class CertGenUtilsTests extends ESTestCase {
69
* <li>decipherOnly (8)</li>
70
* </ul>
71
*/
72
- public static final Map<String, Integer> KEY_USAGE_BITS = Map.ofEntries(
+ private static final Map<String, Integer> KEY_USAGE_BITS = Map.ofEntries(
73
Map.entry("digitalSignature", 0),
74
Map.entry("nonRepudiation", 1),
75
Map.entry("keyEncipherment", 2),
0 commit comments