< prev index next >

src/java.base/share/classes/sun/security/util/PolicyUtil.java

Print this page
rev 17687 : 8148371: Remove policytool

*** 62,72 **** return url.openStream(); } } /** ! * this is intended for use by policytool and the policy parser to * instantiate a KeyStore from the information in the GUI/policy file */ public static KeyStore getKeyStore (URL policyUrl, // URL of policy file String keyStoreName, // input: keyStore URL --- 62,72 ---- return url.openStream(); } } /** ! * this is intended for use by the policy parser to * instantiate a KeyStore from the information in the GUI/policy file */ public static KeyStore getKeyStore (URL policyUrl, // URL of policy file String keyStoreName, // input: keyStore URL
< prev index next >