Interface StoreConfiguration.Pkcs11Configuration.Pkcs11Settings
- All Known Implementing Classes:
StoreConfigurationProperties.Pkcs11ConfigurationProperties.Pkcs11SettingsProperties
- Enclosing interface:
StoreConfiguration.Pkcs11Configuration
public static interface StoreConfiguration.Pkcs11Configuration.Pkcs11Settings
Custom PKCS#11 settings.
-
Method Summary
-
Method Details
-
library
String library()The PKCS#11 library path.- Returns:
- the PKCS#11 library path
-
name
String name()The name of the PKCS#11 slot.- Returns:
- the name of the PKCS#11 slot
-
slot
The slot number/id to use.- Returns:
- slot number/id to use
-
slotListIndex
The slot index to use.- Returns:
- the slot index to use
-