Searched defs:pwfile (Results 1 - 7 of 7) sorted by relevance
/openjdk7/jdk/test/com/sun/security/sasl/ |
H A D | Cram.java | 45 private static String pwfile, namesfile; field in class:Cram 49 pwfile = "pw.properties"; 59 pwfile = args[i++]; 65 pwfile = "pw.properties"; 73 new PropertiesFileCallbackHandler(pwfile, namesfile, null);
|
/openjdk7/jdk/test/com/sun/security/sasl/digest/ |
H A D | AuthNoUtf8.java | 47 private static String pwfile, namesfile, proxyfile; field in class:AuthNoUtf8 53 pwfile = "pw.properties"; 63 pwfile = args[i++]; 73 pwfile = "pw.properties"; 86 new PropertiesFileCallbackHandler(pwfile, namesfile, proxyfile);
|
H A D | AuthOnly.java | 41 private static String pwfile, namesfile, proxyfile; field in class:AuthOnly 47 pwfile = "pw.properties"; 57 pwfile = args[i++]; 67 pwfile = "pw.properties"; 80 new PropertiesFileCallbackHandler(pwfile, namesfile, proxyfile);
|
H A D | AuthRealms.java | 47 private static String pwfile, namesfile, proxyfile; field in class:AuthRealms 53 pwfile = "pw.properties"; 63 pwfile = args[i++]; 73 pwfile = "pw.properties"; 86 new PropertiesFileCallbackHandler(pwfile, namesfile, proxyfile);
|
H A D | Integrity.java | 46 private static String pwfile, namesfile, proxyfile; field in class:Integrity 54 pwfile = "pw.properties"; 64 pwfile = args[i++]; 74 pwfile = "pw.properties"; 90 new PropertiesFileCallbackHandler(pwfile, namesfile, proxyfile);
|
H A D | Privacy.java | 46 private static String pwfile, namesfile, proxyfile; field in class:Privacy 54 pwfile = "pw.properties"; 64 pwfile = args[i++]; 74 pwfile = "pw.properties"; 90 new PropertiesFileCallbackHandler(pwfile, namesfile, proxyfile);
|
H A D | PrivacyRc4.java | 47 private static String pwfile, namesfile, proxyfile; field in class:PrivacyRc4 55 pwfile = "pw.properties"; 65 pwfile = args[i++]; 75 pwfile = "pw.properties"; 91 new PropertiesFileCallbackHandler(pwfile, namesfile, proxyfile);
|
Completed in 33 milliseconds