Uses of Class
se.swedenconnect.security.credential.bundle.NoSuchKeyStoreException
Packages that use NoSuchKeyStoreException
Package
Description
Support for credential "bundles".
Spring factory beans for creating credential objects.
Spring support for configuring credentials.
-
Uses of NoSuchKeyStoreException in se.swedenconnect.security.credential.bundle
Methods in se.swedenconnect.security.credential.bundle that throw NoSuchKeyStoreExceptionModifier and TypeMethodDescriptionCredentialBundles.getKeyStore
(String id) Gets theKeyStore
registered under the given ID.DefaultCredentialBundleRegistry.getKeyStore
(String id) Gets theKeyStore
registered under the given ID. -
Uses of NoSuchKeyStoreException in se.swedenconnect.security.credential.factory
Methods in se.swedenconnect.security.credential.factory that throw NoSuchKeyStoreExceptionModifier and TypeMethodDescriptionstatic PkiCredential
PkiCredentialFactory.createCredential
(PkiCredentialConfiguration configuration, ConfigurationResourceLoader resourceLoader, Function<String, PkiCredential> credentialProvider, Function<String, KeyStore> keyStoreProvider, Function<String, KeyStoreReloader> keyStoreReloaderProvider) Creates aPkiCredential
based on the suppliedPkiCredentialConfiguration
.static PkiCredential
PkiCredentialFactory.createCredential
(StoreCredentialConfiguration configuration, ConfigurationResourceLoader resourceLoader, Function<String, KeyStore> keyStoreProvider, Function<String, KeyStoreReloader> keyStoreReloaderProvider) Creates aPkiCredential
based on aStoreCredentialConfiguration
. -
Uses of NoSuchKeyStoreException in se.swedenconnect.security.credential.spring.config
Methods in se.swedenconnect.security.credential.spring.config that throw NoSuchKeyStoreExceptionModifier and TypeMethodDescriptionKeyStoreReference.get()
Resolves a reference to aKeyStore
using theCredentialBundles
bean.