Skip to content

Commit bc750f7

Browse files
ryawallaseanjmullan
authored andcommitted
8294527: Some java.security.debug options missing from security docs
Reviewed-by: mullan
1 parent 7c6a8db commit bc750f7

File tree

1 file changed

+7
-1
lines changed
  • src/java.base/share/classes/sun/security/util

1 file changed

+7
-1
lines changed

src/java.base/share/classes/sun/security/util/Debug.java

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 1998, 2022, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 1998, 2023, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -87,10 +87,12 @@ public static void Help()
8787
System.err.println("pkcs11keystore");
8888
System.err.println(" PKCS11 KeyStore debugging");
8989
System.err.println("pkcs12 PKCS12 KeyStore debugging");
90+
System.err.println("properties Security property and configuration file debugging");
9091
System.err.println("sunpkcs11 SunPKCS11 provider debugging");
9192
System.err.println("scl permissions SecureClassLoader assigns");
9293
System.err.println("securerandom SecureRandom");
9394
System.err.println("ts timestamping");
95+
System.err.println("x509 X.509 certificate debugging");
9496
System.err.println();
9597
System.err.println("The following can be used with access:");
9698
System.err.println();
@@ -122,6 +124,10 @@ public static void Help()
122124
System.err.println("ocsp dump the OCSP protocol exchanges");
123125
System.err.println("verbose verbose debugging");
124126
System.err.println();
127+
System.err.println("The following can be used with x509:");
128+
System.err.println();
129+
System.err.println("ava embed non-printable/non-escaped characters in AVA components as hex strings");
130+
System.err.println();
125131
System.err.println("Note: Separate multiple options with a comma");
126132
System.exit(0);
127133
}

0 commit comments

Comments
 (0)