|
1 | 1 | /* |
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. |
3 | 3 | * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 | 4 | * |
5 | 5 | * This code is free software; you can redistribute it and/or modify it |
@@ -87,10 +87,12 @@ public static void Help() |
87 | 87 | System.err.println("pkcs11keystore"); |
88 | 88 | System.err.println(" PKCS11 KeyStore debugging"); |
89 | 89 | System.err.println("pkcs12 PKCS12 KeyStore debugging"); |
| 90 | + System.err.println("properties Security property and configuration file debugging"); |
90 | 91 | System.err.println("sunpkcs11 SunPKCS11 provider debugging"); |
91 | 92 | System.err.println("scl permissions SecureClassLoader assigns"); |
92 | 93 | System.err.println("securerandom SecureRandom"); |
93 | 94 | System.err.println("ts timestamping"); |
| 95 | + System.err.println("x509 X.509 certificate debugging"); |
94 | 96 | System.err.println(); |
95 | 97 | System.err.println("The following can be used with access:"); |
96 | 98 | System.err.println(); |
@@ -122,6 +124,10 @@ public static void Help() |
122 | 124 | System.err.println("ocsp dump the OCSP protocol exchanges"); |
123 | 125 | System.err.println("verbose verbose debugging"); |
124 | 126 | 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(); |
125 | 131 | System.err.println("Note: Separate multiple options with a comma"); |
126 | 132 | System.exit(0); |
127 | 133 | } |
|
0 commit comments