# HG changeset patch # User vinnie # Date 1424968189 0 # Node ID 052f0685cff4a6e5050b4b957d4778e424594396 # Parent ab151045a89de86093cb37d938a900969216c1da 8073955: Update java.security.debug help text to reflect recent enhancements for debugging Reviewed-by: mullan diff -r ab151045a89d -r 052f0685cff4 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); }