Interface Pkcs11Configuration
- All Known Implementing Classes:
AbstractSunPkcs11Configuration
,CustomPkcs11Configuration
,FilePkcs11Configuration
,StaticPkcs11Configuration
public interface Pkcs11Configuration
Interface for a PKCS#11 configuration.
- Author:
- Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
-
Method Summary
Modifier and TypeMethodDescriptionGets the Java securityProvider
to use when setting up a PKCS#11 credential.
-
Method Details
-
getProvider
Gets the Java securityProvider
to use when setting up a PKCS#11 credential.- Returns:
- a Provider instance
- Throws:
Pkcs11ConfigurationException
- if the configuration is incorrect
-