public class OpenSAMLSecurityExtensionConfig extends Object implements OpenSAMLInitializerConfig
| Constructor and Description |
|---|
OpenSAMLSecurityExtensionConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The name of this configurer.
|
void |
postInitialize()
We don't know if a
OpenSAMLSecurityDefaultsConfig object is sent to the initializer. |
void |
preInitialize()
The ECDH support requires that the Bouncy Castle crypto provider is installed.
|
public String getName()
getName in interface OpenSAMLInitializerConfigpublic void preInitialize()
throws Exception
preInitialize in interface OpenSAMLInitializerConfigException - for init errorspublic void postInitialize()
throws Exception
OpenSAMLSecurityDefaultsConfig object is sent to the initializer. Therefore, we always
make sure that we extends OpenSAML's encryption configuration with support for key agreement. We also add the
RSA-PSS signing algorithms.postInitialize in interface OpenSAMLInitializerConfigException - for init errorsCopyright © 2020 Sweden Connect. All rights reserved.