Searched defs:slotListIndex (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DConfig.java124 private int slotListIndex = -1; field in class:Config
239 if ((slotID == -1) && (slotListIndex == -1)) {
243 return slotListIndex;
395 } else if (word.equals("slotListIndex")) {
476 if ((slotID != -1) || (slotListIndex != -1)) {
478 ("slot and slotListIndex must not be specified in NSS mode");
688 if (slotListIndex >= 0) {
690 ("Only one of slot and slotListIndex must be specified");
699 if (slotListIndex >= 0) {
700 throw excLine("Duplicate slotListIndex definitio
[all...]

Completed in 32 milliseconds