< prev index next >

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

Print this page
rev 17687 : 8148371: Remove policytool

*** 1210,1220 **** // 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"); } --- 1210,1219 ----
< prev index next >