Package org.opensaml.xmlsec.config
Class DecryptionParserPoolInitializer
java.lang.Object
org.opensaml.xmlsec.config.DecryptionParserPoolInitializer
- All Implemented Interfaces:
Initializer
An initializer for the global parser pool for XML decryption use, wrapped by
DecryptionParserPool.
The ParserPool configured by default here is an instance of
BasicParserPool, with a maxPoolSize property of 50,
an additional feature added specifically for decryption usage
(http://apache.org/xml/features/dom/defer-node-expansion = False)
and all other properties with default values.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit()Perform the initialization process encompassed by the implementation.
-
Constructor Details
-
DecryptionParserPoolInitializer
public DecryptionParserPoolInitializer()
-
-
Method Details
-
init
Perform the initialization process encompassed by the implementation.- Specified by:
initin interfaceInitializer- Throws:
InitializationException- if initialization could not be completed successfully
-