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

/openjdk7/jdk/test/sun/security/pkcs11/KeyStore/
H A DSecretKeysBasic.java40 private static char[] tokenPwd; field in class:SecretKeysBasic
84 tokenPwd = nssPwd;
86 tokenPwd = solarisPwd;
139 ks.load(null, tokenPwd);
H A DBasic.java59 private static char[] tokenPwd; field in class:Basic
183 tokenPwd = ibuttonPwd;
185 tokenPwd = activcardPwd;
187 tokenPwd = nssPwd;
189 tokenPwd = sca1000Pwd;
191 tokenPwd = solarisPwd;
257 ks.load(null, tokenPwd);
271 ks.load(null, tokenPwd);
313 ks.load(null, tokenPwd);
353 ks.load(null, tokenPwd);
[all...]

Completed in 39 milliseconds