Uses of Class
se.swedenconnect.security.credential.factory.KeyStoreBuilder
Package
Description
Spring factory beans for creating credential objects.
-
Uses of KeyStoreBuilder in se.swedenconnect.security.credential.factory
Modifier and TypeMethodDescriptionstatic KeyStoreBuilder
KeyStoreBuilder.builder()
Creates aKeyStoreBuilder
that uses theDefaultConfigurationResourceLoader
to load resources.static KeyStoreBuilder
KeyStoreBuilder.builder
(ConfigurationResourceLoader resourceLoader) Creates aKeyStoreBuilder
that uses the suppliedConfigurationResourceLoader
to load resources.Assigns the location for theKeyStore
.Assigns the key store password.Assigns the PIN, which is the same as the key store password.KeyStoreBuilder.pkcs11ConfigurationFile
(String pkcs11ConfigurationFile) Assigns the full path to the PKCS#11 configuration file (for PKCS#11 key stores).KeyStoreBuilder.pkcs11Library
(String pkcs11Library) As an alternative to assigning the PKCS#11 configuration file, each PKCS#11 setting may be supplied separately.KeyStoreBuilder.pkcs11Slot
(String pkcs11Slot) As an alternative to assigning the PKCS#11 configuration file, each PKCS#11 setting may be supplied separately.KeyStoreBuilder.pkcs11SlotListIndex
(Integer pkcs11SlotListIndex) As an alternative to assigning the PKCS#11 configuration file, each PKCS#11 setting may be supplied separately.KeyStoreBuilder.pkcs11SlotName
(String pkcs11SlotName) As an alternative to assigning the PKCS#11 configuration file, each PKCS#11 setting may be supplied separately.Assigns the name of the securityProvider
to use.Assigns theKeyStore
type.