Uses of Interface
se.swedenconnect.security.credential.pkcs11.Pkcs11Configuration
Packages that use Pkcs11Configuration
Package
Description
Support for credential containers.
Spring factory beans for creating credential objects.
Interfaces and classes for handling PKCS#11 providers.
-
Uses of Pkcs11Configuration in se.swedenconnect.security.credential.container
Constructors in se.swedenconnect.security.credential.container with parameters of type Pkcs11ConfigurationModifierConstructorDescriptionHsmPkiCredentialContainer
(Pkcs11Configuration p11Configuration, String hsmPin) Constructor accepting aPkcs11Configuration
object for getting the PKCS#11 provider. -
Uses of Pkcs11Configuration in se.swedenconnect.security.credential.factory
Methods in se.swedenconnect.security.credential.factory with parameters of type Pkcs11ConfigurationModifier and TypeMethodDescriptionstatic KeyStore
KeyStoreFactory.loadPkcs11KeyStore
(Pkcs11Configuration pkcs11Configuration, char[] pin) Loads and unlocks a PKCS#11 key store. -
Uses of Pkcs11Configuration in se.swedenconnect.security.credential.pkcs11
Classes in se.swedenconnect.security.credential.pkcs11 that implement Pkcs11ConfigurationModifier and TypeClassDescriptionclass
Abstract base class for PKCS#11 configuration.class
APkcs11Configuration
where a PKCS#11 each configuration setting is supplied.class
APkcs11Configuration
where a PKCS#11 configuration file is supplied.class
APkcs11Configuration
where the SunPKCS11 provider is statically configured (see below).Constructors in se.swedenconnect.security.credential.pkcs11 with parameters of type Pkcs11ConfigurationModifierConstructorDescriptionPkcs11Credential
(Pkcs11Configuration configuration, String alias, char[] pin, Pkcs11PrivateKeyAccessor privateKeyAccessor, List<X509Certificate> certificates) Constructor that takes a list of X.509 certificates as an argument instead of aPkcs11CertificatesAccessor
.Pkcs11Credential
(Pkcs11Configuration configuration, String alias, char[] pin, Pkcs11PrivateKeyAccessor privateKeyAccessor, Pkcs11CertificatesAccessor certificatesAccessor) Constructor.