8073955: Update java.security.debug help text to reflect recent enhancements for debugging
authorvinnie
Thu, 26 Feb 2015 16:29:49 +0000
changeset 29122 052f0685cff4
parent 29121 ab151045a89d
child 29123 c748c18fb05c
child 29238 603d8371da0e
8073955: Update java.security.debug help text to reflect recent enhancements for debugging Reviewed-by: mullan
jdk/src/java.base/share/classes/sun/security/util/Debug.java
--- a/jdk/src/java.base/share/classes/sun/security/util/Debug.java	Thu Feb 26 09:36:30 2015 +0000
+++ b/jdk/src/java.base/share/classes/sun/security/util/Debug.java	Thu Feb 26 16:29:49 2015 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1998, 2015, 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
@@ -80,11 +80,13 @@
         System.err.println("jar           jar verification");
         System.err.println("logincontext  login context results");
         System.err.println("jca           JCA engine class debugging");
+        System.err.println("keystore      KeyStore debugging");
         System.err.println("policy        loading and granting");
         System.err.println("provider      security provider debugging");
         System.err.println("pkcs11        PKCS11 session manager debugging");
         System.err.println("pkcs11keystore");
         System.err.println("              PKCS11 KeyStore debugging");
+        System.err.println("pkcs12        PKCS12 KeyStore debugging");
         System.err.println("sunpkcs11     SunPKCS11 provider debugging");
         System.err.println("scl           permissions SecureClassLoader assigns");
         System.err.println("ts            timestamping");
@@ -114,6 +116,10 @@
         System.err.println("              KeyPairGenerator, KeyStore, Mac,");
         System.err.println("              MessageDigest, SecureRandom, Signature.");
         System.err.println();
+        System.err.println("The following can be used with certpath:");
+        System.err.println();
+        System.err.println("ocsp          dump the OCSP protocol exchanges");
+        System.err.println();
         System.err.println("Note: Separate multiple options with a comma");
         System.exit(0);
     }