Package org.opensaml.xmlsec.config
Class GlobalKeyAgreementProcessorRegistryInitializer
java.lang.Object
org.opensaml.xmlsec.config.GlobalKeyAgreementProcessorRegistryInitializer
- All Implemented Interfaces:
Initializer
OpenSAML
Initializer implementation for key agreement processors.-
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
-
GlobalKeyAgreementProcessorRegistryInitializer
public GlobalKeyAgreementProcessorRegistryInitializer()
-
-
Method Details
-
init
Perform the initialization process encompassed by the implementation.- Specified by:
initin interfaceInitializer- Throws:
InitializationException- if initialization could not be completed successfully
-