Searched defs:nssUseSecmodTrust (Results 1 - 2 of 2) 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 "

Completed in 90 milliseconds