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 theKeyStoreregistered under the given ID.DefaultCredentialBundleRegistry.getKeyStore(String id) Gets theKeyStoreregistered under the given ID. -
Uses of NoSuchKeyStoreException in se.swedenconnect.security.credential.factory
Methods in se.swedenconnect.security.credential.factory that throw NoSuchKeyStoreExceptionModifier and TypeMethodDescriptionPkiCredentialFactory.createCredential(PkiCredentialConfiguration configuration) Creates aPkiCredentialbased on the suppliedPkiCredentialConfiguration.static PkiCredentialPkiCredentialFactory.createCredential(PkiCredentialConfiguration configuration, ConfigurationResourceLoader resourceLoader, Function<String, PkiCredential> credentialProvider, Function<String, KeyStore> keyStoreProvider, Function<String, KeyStoreReloader> keyStoreReloaderProvider) Creates aPkiCredentialbased on the suppliedPkiCredentialConfiguration.PkiCredentialFactory.createCredential(StoreCredentialConfiguration configuration) Creates aPkiCredentialbased on aStoreCredentialConfiguration.static PkiCredentialPkiCredentialFactory.createCredential(StoreCredentialConfiguration configuration, ConfigurationResourceLoader resourceLoader, Function<String, KeyStore> keyStoreProvider, Function<String, KeyStoreReloader> keyStoreReloaderProvider) Creates aPkiCredentialbased 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 aKeyStoreusing theCredentialBundlesbean.