Uses of Interface
se.swedenconnect.security.credential.KeyStoreReloader
Packages that use KeyStoreReloader
Package
Description
Generic support for X.509 credentials.
Interfaces and classes for handling PKCS#11 providers.
Spring factory classes for credentials.
-
Uses of KeyStoreReloader in se.swedenconnect.security.credential
Methods in se.swedenconnect.security.credential with parameters of type KeyStoreReloaderModifier and TypeMethodDescriptionvoidKeyStoreCredential.setReloader(KeyStoreReloader reloader) Assigns aKeyStoreReloaderfor supporting reload of a hardware based credential. -
Uses of KeyStoreReloader in se.swedenconnect.security.credential.pkcs11
Classes in se.swedenconnect.security.credential.pkcs11 that implement KeyStoreReloaderModifier and TypeClassDescriptionclassThe default implementation of theKeyStoreReloaderinterface. -
Uses of KeyStoreReloader in se.swedenconnect.security.credential.spring.factory
Method parameters in se.swedenconnect.security.credential.spring.factory with type arguments of type KeyStoreReloaderModifier and TypeMethodDescriptionvoidPkiCredentialFactoryBean.setKeyStoreReloaderProvider(Function<String, KeyStoreReloader> keyStoreReloaderProvider) If a store configuration is used that has a store reference, and that reference points to aReloadablePkiCredential, a resolver function for getting aKeyStoreReloadermay be needed.