OpenSAML provides the class org.opensaml.xmlsec.config.impl.DefaultSecurityConfigurationBootstrap which contains the OpenSAML-defaults for crypto algorithms. These defaults differ slightly with the algorithms suggested in SAML2Int (https://kantarainitiative.github.io/SAMLprofiles/saml2int.html) and the ones defined within the Swedish eID Framework (not published yet).
We should introduce a SwedishEidSecurityConfigurationBootstrap class corresponding to the OpenSAML class but with the Swedish eID-settings.
OpenSAML provides the class
org.opensaml.xmlsec.config.impl.DefaultSecurityConfigurationBootstrap
which contains the OpenSAML-defaults for crypto algorithms. These defaults differ slightly with the algorithms suggested in SAML2Int (https://kantarainitiative.github.io/SAMLprofiles/saml2int.html) and the ones defined within the Swedish eID Framework (not published yet).We should introduce a
SwedishEidSecurityConfigurationBootstrap
class corresponding to the OpenSAML class but with the Swedish eID-settings.