Uses of Class
se.swedenconnect.security.credential.pkcs11.Pkcs11ConfigurationException
Packages that use Pkcs11ConfigurationException
Package
Description
Spring factory beans for creating credential objects.
Interfaces and classes for handling PKCS#11 providers.
-
Uses of Pkcs11ConfigurationException in se.swedenconnect.security.credential.factory
Methods in se.swedenconnect.security.credential.factory that throw Pkcs11ConfigurationExceptionModifier and TypeMethodDescriptionstatic KeyStore
KeyStoreFactory.loadKeyStore
(StoreConfiguration storeConfiguration, ConfigurationResourceLoader resourceLoader) Given aStoreConfiguration
object, this method loads and unlocks aKeyStore
. -
Uses of Pkcs11ConfigurationException in se.swedenconnect.security.credential.pkcs11
Methods in se.swedenconnect.security.credential.pkcs11 that throw Pkcs11ConfigurationExceptionModifier and TypeMethodDescriptionAbstractSunPkcs11Configuration.getProvider()
Gets the Java securityProvider
to use when setting up a PKCS#11 credential.Pkcs11Configuration.getProvider()
Gets the Java securityProvider
to use when setting up a PKCS#11 credential.void
AbstractSunPkcs11Configuration.init()
An init method that should be called to fully initialize the configuration object.Constructors in se.swedenconnect.security.credential.pkcs11 that throw Pkcs11ConfigurationExceptionModifierConstructorDescriptionPkcs11Credential
(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.