Class StoreConfigurationProperties.Pkcs11ConfigurationProperties.Pkcs11SettingsProperties
java.lang.Object
se.swedenconnect.security.credential.config.properties.StoreConfigurationProperties.Pkcs11ConfigurationProperties.Pkcs11SettingsProperties
- All Implemented Interfaces:
StoreConfiguration.Pkcs11Configuration.Pkcs11Settings
- Enclosing class:
StoreConfigurationProperties.Pkcs11ConfigurationProperties
public static class StoreConfigurationProperties.Pkcs11ConfigurationProperties.Pkcs11SettingsProperties
extends Object
implements StoreConfiguration.Pkcs11Configuration.Pkcs11Settings
Custom PKCS#11 settings.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Pkcs11SettingsProperties
public Pkcs11SettingsProperties()
-
-
Method Details
-
library
The PKCS#11 library path.- Specified by:
library
in interfaceStoreConfiguration.Pkcs11Configuration.Pkcs11Settings
- Returns:
- the PKCS#11 library path
-
name
The name of the PKCS#11 slot.- Specified by:
name
in interfaceStoreConfiguration.Pkcs11Configuration.Pkcs11Settings
- Returns:
- the name of the PKCS#11 slot
-
slot
The slot number/id to use.- Specified by:
slot
in interfaceStoreConfiguration.Pkcs11Configuration.Pkcs11Settings
- Returns:
- slot number/id to use
-
slotListIndex
The slot index to use.- Specified by:
slotListIndex
in interfaceStoreConfiguration.Pkcs11Configuration.Pkcs11Settings
- Returns:
- the slot index to use
-