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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSunPKCS11.java86 final boolean nssUseSecmodTrust; field in class:SunPKCS11
144 boolean nssUseSecmodTrust = config.getNssUseSecmodTrust();
230 nssUseSecmodTrust = true;
234 nssUseSecmodTrust = true;
240 nssUseSecmodTrust = true;
280 this.nssUseSecmodTrust = nssUseSecmodTrust;
H A DConfig.java193 private boolean nssUseSecmodTrust = false; field in class:Config
325 return nssUseSecmodTrust;
450 } else if (word.equals("nssUseSecmodTrust")) {
451 nssUseSecmodTrust = parseBooleanEntry(word);
484 if (nssUseSecmodTrust != false) {
485 throw new ConfigurationException("nssUseSecmodTrust is an "
H A DP11KeyStore.java277 this.useSecmodTrust = token.provider.nssUseSecmodTrust;

Completed in 523 milliseconds