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 ofParserPool
used 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.ParserPool
parserPool
The 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.ParserPool
getParserPool()
Obtain the wrapped parser pool instance.
-