Package org.opensaml.xmlsec.config
Class DecryptionParserPool
- java.lang.Object
-
- org.opensaml.xmlsec.config.DecryptionParserPool
-
public class DecryptionParserPool extends Object
A wrapper bean containing an instance ofParserPoolused with XML decryption that can be registered with the globalConfigurationService.
-
-
Field Summary
Fields Modifier and Type Field Description private net.shibboleth.utilities.java.support.xml.ParserPoolparserPoolThe wrapped parser pool instance.
-
Constructor Summary
Constructors Constructor Description DecryptionParserPool(net.shibboleth.utilities.java.support.xml.ParserPool pool)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.shibboleth.utilities.java.support.xml.ParserPoolgetParserPool()Obtain the wrapped parser pool instance.
-