Package org.opensaml.xmlsec.config
Class DecryptionParserPool
java.lang.Object
org.opensaml.xmlsec.config.DecryptionParserPool
A wrapper bean containing an instance of
ParserPool used with XML decryption
that can be registered with the global ConfigurationService.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtain the wrapped parser pool instance.
-
Field Details
-
parserPool
The wrapped parser pool instance.
-
-
Constructor Details
-
Method Details
-
getParserPool
Obtain the wrapped parser pool instance.- Returns:
- the wrapped parser pool instance
-