Package org.opensaml.xmlsec.config
Class GlobalAlgorithmRegistryInitializer
java.lang.Object
org.opensaml.xmlsec.config.GlobalAlgorithmRegistryInitializer
- All Implemented Interfaces:
Initializer
OpenSAML
Initializer implementation for algorithms.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit()Perform the initialization process encompassed by the implementation.
-
Field Details
-
log
@Nonnull private org.slf4j.Logger logLogger.
-
-
Constructor Details
-
GlobalAlgorithmRegistryInitializer
public GlobalAlgorithmRegistryInitializer()
-
-
Method Details
-
init
Perform the initialization process encompassed by the implementation.- Specified by:
initin interfaceInitializer- Throws:
InitializationException- if initialization could not be completed successfully
-