Package se.swedenconnect.security.credential.bundle
package se.swedenconnect.security.credential.bundle
Support for credential "bundles". This feature mimics Spring Boot's SSL Bundles.
-
ClassDescriptionA
CredentialBundleRegistrar
implementation that registers credentials and key stores based on a configuration object.Interface to be implemented for registeringKeyStore
andPkiCredential
objects at aCredentialBundleRegistry
.Interface for registeringPkiCredential
s andKeyStore
s.An interface for accessing registered credentials and key stores.Default implementation of theCredentialBundles
andCredentialBundleRegistry
interfaces.Exception indicating that aPkiCredential
was referenced with an ID that does not match any registered credential.Exception indicating that aKeyStore
was referenced with an ID that does not match any registered key store.