< prev index next >

src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/SunPKCS11.java

Print this page
rev 17687 : 8148371: Remove policytool

@@ -1210,11 +1210,10 @@
 
             // get password
 
             CallbackHandler myHandler = getCallbackHandler(handler);
             if (myHandler == null) {
-                // XXX PolicyTool is dependent on this message text
                 throw new LoginException
                         ("no password provided, and no callback handler " +
                         "available for retrieving password");
             }
 
< prev index next >