Home
last modified time | relevance | path

Searched refs:slotListIndex (Results 1 – 24 of 24) sorted by relevance

/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/ch/csnc/extension/httpclient/
H A DPKCS11Configuration.java69 private final int slotListIndex; field in PKCS11Configuration
79 this.slotListIndex = slotListIndex; in PKCS11Configuration()
95 return slotListIndex; in getSlotListIndex()
115 if (slotListIndex != -1) { in toString()
116 sbConfiguration.append("slotListIndex = ").append(slotListIndex); in toString()
150 private int slotListIndex; field in PKCS11Configuration.PCKS11ConfigurationBuilder
154 slotListIndex = 0; in PCKS11ConfigurationBuilder()
178 public PCKS11ConfigurationBuilder setSlotListIndex(int slotListIndex) { in setSlotListIndex() argument
179 if (slotListIndex < 0) { in setSlotListIndex()
183 this.slotListIndex = slotListIndex; in setSlotListIndex()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/
H A DConfig.java118 private int slotListIndex = -1; field in Config
239 if ((slotID == -1) && (slotListIndex == -1)) { in getSlotListIndex()
243 return slotListIndex; in getSlotListIndex()
482 if ((slotID != -1) || (slotListIndex != -1)) { in parse()
701 if (slotListIndex >= 0) { in parseSlotID()
712 if (slotListIndex >= 0) { in parseSlotListIndex()
721 slotListIndex = decodeNumber(slotString); in parseSlotListIndex()
722 debug("slotListIndex: " + slotListIndex); in parseSlotListIndex()
H A DSunPKCS11.java146 int slotListIndex = config.getSlotListIndex();
284 slotListIndex = nssModule.slot;
360 if ((slotListIndex < 0)
361 || (slotListIndex >= slots.length)) {
363 + slotListIndex
366 slotID = slots[slotListIndex];
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/
H A DConfig.java118 private int slotListIndex = -1; field in Config
239 if ((slotID == -1) && (slotListIndex == -1)) { in getSlotListIndex()
243 return slotListIndex; in getSlotListIndex()
482 if ((slotID != -1) || (slotListIndex != -1)) { in parse()
701 if (slotListIndex >= 0) { in parseSlotID()
712 if (slotListIndex >= 0) { in parseSlotListIndex()
721 slotListIndex = decodeNumber(slotString); in parseSlotListIndex()
722 debug("slotListIndex: " + slotListIndex); in parseSlotListIndex()
H A DSunPKCS11.java146 int slotListIndex = config.getSlotListIndex();
284 slotListIndex = nssModule.slot;
360 if ((slotListIndex < 0)
361 || (slotListIndex >= slots.length)) {
363 + slotListIndex
366 slotID = slots[slotListIndex];
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/pkcs11/
H A DConfig.java125 private int slotListIndex = -1; field in Config
245 if ((slotID == -1) && (slotListIndex == -1)) { in getSlotListIndex()
249 return slotListIndex; in getSlotListIndex()
488 if ((slotID != -1) || (slotListIndex != -1)) { in parse()
709 if (slotListIndex >= 0) { in parseSlotID()
720 if (slotListIndex >= 0) { in parseSlotListIndex()
729 slotListIndex = decodeNumber(slotString); in parseSlotListIndex()
730 debug("slotListIndex: " + slotListIndex); in parseSlotListIndex()
H A DSunPKCS11.java141 int slotListIndex = config.getSlotListIndex(); in SunPKCS11() local
279 slotListIndex = nssModule.slot; in SunPKCS11()
355 if ((slotListIndex < 0) in SunPKCS11()
356 || (slotListIndex >= slots.length)) { in SunPKCS11()
358 + slotListIndex in SunPKCS11()
361 slotID = slots[slotListIndex]; in SunPKCS11()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/
H A DConfig.java118 private int slotListIndex = -1; field in Config
239 if ((slotID == -1) && (slotListIndex == -1)) { in getSlotListIndex()
243 return slotListIndex; in getSlotListIndex()
482 if ((slotID != -1) || (slotListIndex != -1)) { in parse()
693 if (slotListIndex >= 0) { in parseSlotID()
704 if (slotListIndex >= 0) { in parseSlotListIndex()
713 slotListIndex = decodeNumber(slotString); in parseSlotListIndex()
714 debug("slotListIndex: " + slotListIndex); in parseSlotListIndex()
H A DSunPKCS11.java147 int slotListIndex = config.getSlotListIndex();
285 slotListIndex = nssModule.slot;
361 if ((slotListIndex < 0)
362 || (slotListIndex >= slots.length)) {
364 + slotListIndex
367 slotID = slots[slotListIndex];
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/
H A DConfig.java118 private int slotListIndex = -1; field in Config
239 if ((slotID == -1) && (slotListIndex == -1)) { in getSlotListIndex()
243 return slotListIndex; in getSlotListIndex()
482 if ((slotID != -1) || (slotListIndex != -1)) { in parse()
693 if (slotListIndex >= 0) { in parseSlotID()
704 if (slotListIndex >= 0) { in parseSlotListIndex()
713 slotListIndex = decodeNumber(slotString); in parseSlotListIndex()
714 debug("slotListIndex: " + slotListIndex); in parseSlotListIndex()
H A DSunPKCS11.java147 int slotListIndex = config.getSlotListIndex();
285 slotListIndex = nssModule.slot;
361 if ((slotListIndex < 0)
362 || (slotListIndex >= slots.length)) {
364 + slotListIndex
367 slotID = slots[slotListIndex];
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/
H A DConfig.java119 private int slotListIndex = -1; field in Config
248 if ((slotID == -1) && (slotListIndex == -1)) { in getSlotListIndex()
252 return slotListIndex; in getSlotListIndex()
515 if ((slotID != -1) || (slotListIndex != -1)) { in parse()
726 if (slotListIndex >= 0) { in parseSlotID()
737 if (slotListIndex >= 0) { in parseSlotListIndex()
746 slotListIndex = decodeNumber(slotString); in parseSlotListIndex()
747 debug("slotListIndex: " + slotListIndex); in parseSlotListIndex()
H A DSunPKCS11.java152 int slotListIndex = config.getSlotListIndex();
290 slotListIndex = nssModule.slot;
366 if ((slotListIndex < 0)
367 || (slotListIndex >= slots.length)) {
369 + slotListIndex
372 slotID = slots[slotListIndex];
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/
H A DConfig.java118 private int slotListIndex = -1; field in Config
239 if ((slotID == -1) && (slotListIndex == -1)) { in getSlotListIndex()
243 return slotListIndex; in getSlotListIndex()
482 if ((slotID != -1) || (slotListIndex != -1)) { in parse()
701 if (slotListIndex >= 0) { in parseSlotID()
712 if (slotListIndex >= 0) { in parseSlotListIndex()
721 slotListIndex = decodeNumber(slotString); in parseSlotListIndex()
722 debug("slotListIndex: " + slotListIndex); in parseSlotListIndex()
H A DSunPKCS11.java146 int slotListIndex = config.getSlotListIndex();
284 slotListIndex = nssModule.slot;
360 if ((slotListIndex < 0)
361 || (slotListIndex >= slots.length)) {
363 + slotListIndex
366 slotID = slots[slotListIndex];
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/
H A DConfig.java118 private int slotListIndex = -1; field in Config
239 if ((slotID == -1) && (slotListIndex == -1)) { in getSlotListIndex()
243 return slotListIndex; in getSlotListIndex()
482 if ((slotID != -1) || (slotListIndex != -1)) { in parse()
701 if (slotListIndex >= 0) { in parseSlotID()
712 if (slotListIndex >= 0) { in parseSlotListIndex()
721 slotListIndex = decodeNumber(slotString); in parseSlotListIndex()
722 debug("slotListIndex: " + slotListIndex); in parseSlotListIndex()
H A DSunPKCS11.java147 int slotListIndex = config.getSlotListIndex();
285 slotListIndex = nssModule.slot;
361 if ((slotListIndex < 0)
362 || (slotListIndex >= slots.length)) {
364 + slotListIndex
367 slotID = slots[slotListIndex];
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/
H A DConfig.java118 private int slotListIndex = -1; field in Config
239 if ((slotID == -1) && (slotListIndex == -1)) { in getSlotListIndex()
243 return slotListIndex; in getSlotListIndex()
482 if ((slotID != -1) || (slotListIndex != -1)) { in parse()
701 if (slotListIndex >= 0) { in parseSlotID()
712 if (slotListIndex >= 0) { in parseSlotListIndex()
721 slotListIndex = decodeNumber(slotString); in parseSlotListIndex()
722 debug("slotListIndex: " + slotListIndex); in parseSlotListIndex()
H A DSunPKCS11.java146 int slotListIndex = config.getSlotListIndex();
284 slotListIndex = nssModule.slot;
360 if ((slotListIndex < 0)
361 || (slotListIndex >= slots.length)) {
363 + slotListIndex
366 slotID = slots[slotListIndex];
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/pkcs11/
H A DConfig.java125 private int slotListIndex = -1; field in Config
245 if ((slotID == -1) && (slotListIndex == -1)) { in getSlotListIndex()
249 return slotListIndex; in getSlotListIndex()
488 if ((slotID != -1) || (slotListIndex != -1)) { in parse()
709 if (slotListIndex >= 0) { in parseSlotID()
720 if (slotListIndex >= 0) { in parseSlotListIndex()
729 slotListIndex = decodeNumber(slotString); in parseSlotListIndex()
730 debug("slotListIndex: " + slotListIndex); in parseSlotListIndex()
H A DSunPKCS11.java141 int slotListIndex = config.getSlotListIndex(); in SunPKCS11() local
279 slotListIndex = nssModule.slot; in SunPKCS11()
355 if ((slotListIndex < 0) in SunPKCS11()
356 || (slotListIndex >= slots.length)) { in SunPKCS11()
358 + slotListIndex in SunPKCS11()
361 slotID = slots[slotListIndex]; in SunPKCS11()
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/ch/csnc/extension/ui/
H A DDriverTableModel.java96 /* default */ void addDriver(String name, String path, int slot, int slotListIndex) { in addDriver() argument
100 slotListIndexes.add(slotListIndex); in addDriver()
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/parosproxy/paros/extension/option/
H A DOptionsCertificatePanel.java944 int slotListIndex = driverConfig.getSlotIndexes().get(indexSelectedDriver); in addPkcs11ButtonActionPerformed() local
945 if (slotListIndex < 0) { in addPkcs11ButtonActionPerformed()
957 confBuilder.setSlotListIndex(slotListIndex); in addPkcs11ButtonActionPerformed()
/dports/security/opensc/OpenSC-0.22.0/etc/
H A Dopensc.conf.example.in1054 # `slotListIndex`.