Searched refs:slotListIndex (Results 1 - 2 of 2) 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...]
H A DSunPKCS11.java141 int slotListIndex = config.getSlotListIndex();
163 // note: Config ensures library/slot/slotListIndex not specified
278 slotListIndex = nssModule.slot;
353 if ((slotListIndex < 0)
354 || (slotListIndex >= slots.length)) {
355 throw new ProviderException("slotListIndex is "
356 + slotListIndex
359 slotID = slots[slotListIndex];

Completed in 35 milliseconds