Package org.opensaml.security.config
Class BouncyCastleInitializer
java.lang.Object
org.opensaml.security.config.BouncyCastleInitializer
- All Implemented Interfaces:
Initializer
Initializer which initializes the Bouncy Castle library.
-
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
-
BouncyCastleInitializer
public BouncyCastleInitializer()
-
-
Method Details
-
init
Perform the initialization process encompassed by the implementation.- Specified by:
initin interfaceInitializer- Throws:
InitializationException- if initialization could not be completed successfully
-