Interface StoreConfiguration.Pkcs11Configuration
- All Known Implementing Classes:
StoreConfigurationProperties.Pkcs11ConfigurationProperties
- Enclosing interface:
StoreConfiguration
public static interface StoreConfiguration.Pkcs11Configuration
Additional configuration of PKCS11 keystores.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Custom PKCS#11 settings. -
Method Summary
Modifier and TypeMethodDescriptionThe complete path of the PKCS#11 configuration file with which the PKCS#11 device is configured.settings()
As an alternative to providing the PKCS#11 configuration file, each PKCS#11 setting can be provided separately.
-
Method Details
-
configurationFile
The complete path of the PKCS#11 configuration file with which the PKCS#11 device is configured.- Returns:
- complete path of the PKCS#11 configuration file with which the PKCS#11 device is configured
-
settings
As an alternative to providing the PKCS#11 configuration file, each PKCS#11 setting can be provided separately. This property holds these detailed settings.- Returns:
- custom PKCS#11 settings
-