Uses of Class
se.swedenconnect.security.credential.factory.KeyStoreBuilder
Packages that use KeyStoreBuilder
Package
Description
Spring factory beans for creating credential objects.
-
Uses of KeyStoreBuilder in se.swedenconnect.security.credential.factory
Methods in se.swedenconnect.security.credential.factory that return KeyStoreBuilderModifier and TypeMethodDescriptionstatic KeyStoreBuilderKeyStoreBuilder.builder()Creates aKeyStoreBuilderthat uses theDefaultConfigurationResourceLoaderto load resources.static KeyStoreBuilderKeyStoreBuilder.builder(ConfigurationResourceLoader resourceLoader) Creates aKeyStoreBuilderthat uses the suppliedConfigurationResourceLoaderto 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 securityProviderto use.Assigns theKeyStoretype.