Class EidasSecurityConfiguration

  • All Implemented Interfaces:
    SecurityConfiguration
    Direct Known Subclasses:
    RelaxedEidasSecurityConfiguration

    public class EidasSecurityConfiguration
    extends AbstractSecurityConfiguration
    A security configuration for OpenSAML according to version 1.2 of "eIDAS - Cryptographic requirements for the Interoperability Framework".

    Note: The people behind the eIDAS crypto requirements SHOULD have looked at what is available in major code frameworks before setting up rigid requirements about bleeding edge cryptos. For example, RSA-PSS on a HSM in a Java environment doesn't work and ECDH key-agreement isn't supported out of the box from OpenSAML (but by https://github.com/swedenconnect/opensaml-security-ext). Security AND interoperability can exist, but IMHO they forgot the latter.

    Anyway. If you configure your OpenSAML application using the algorithms of EidasSecurityConfiguration you may run into interop issues. Consider using the more relaxed version RelaxedEidasSecurityConfiguration.

    Author:
    Martin Lindström (martin.lindstrom@litsec.se)