Uses of Interface
se.swedenconnect.security.credential.pkcs11conf.Pkcs11Configuration
Package
Description
Generic support for X.509 credentials.
Support for credential containers.
Interfaces and classes for handling PKCS#11 provider configuration.
-
Uses of Pkcs11Configuration in se.swedenconnect.security.credential
Modifier and TypeMethodDescriptionvoid
Pkcs11Credential.setConfiguration
(Pkcs11Configuration configuration) Assigns the PKCS#11 configuration for the token that holds this credential.ModifierConstructorDescriptionPkcs11Credential
(Pkcs11Configuration configuration, String alias, char[] pin) Constructor.Pkcs11Credential
(Pkcs11Configuration configuration, String alias, char[] pin, X509Certificate certificate) Constructor that takes a X.509 certificate as an argument.Pkcs11Credential
(Pkcs11Configuration configuration, String alias, char[] pin, List<X509Certificate> certificates) Constructor that takes a list of X.509 certificates as an argument. -
Uses of Pkcs11Configuration in se.swedenconnect.security.credential.container
ModifierConstructorDescriptionHsmPkiCredentialContainer
(Pkcs11Configuration p11Configuration, String hsmPin) Constructor accepting aPkcs11Configuration
object for getting the PKCS#11 provider. -
Uses of Pkcs11Configuration in se.swedenconnect.security.credential.pkcs11conf
Modifier and TypeClassDescriptionclass
Base class for PKCS#11 configuration.class
The default PKCS#11 configuration class.