Searched refs:privateKeyPasswordURL (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/security/auth/module/
H A DKeyStoreLoginModule.java100 * and privateKeyPasswordURL must not be specified.</dd>
116 * <dt> <code>privateKeyPasswordURL</code> </dt>
127 * privateKeyPasswordURL must not be specified.</dd>
174 private String privateKeyPasswordURL; field in class:KeyStoreLoginModule
245 privateKeyPasswordURL = (String) options.get("privateKeyPasswordURL");
258 debugPrint("privateKeyPasswordURL=" + privateKeyPasswordURL);
292 if (token && privateKeyPasswordURL != null) {
295 " then privateKeyPasswordURL mus
[all...]

Completed in 160 milliseconds