Package | Description |
---|---|
org.opensaml.xml |
Base classes for working with XML as Java objects and configuring the library.
|
org.opensaml.xml.encryption |
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
|
org.opensaml.xml.parse |
Classes for managing pools of DOM parsers (
DocumentBuilders ). |
Modifier and Type | Field and Description |
---|---|
private BasicParserPool |
XMLConfigurator.parserPool
Pool of parsers used to read and validate configurations.
|
Modifier and Type | Field and Description |
---|---|
private BasicParserPool |
Decrypter.parserPool
ParserPool used in parsing decrypted data.
|
Constructor and Description |
---|
DocumentBuilderProxy(DocumentBuilder target,
BasicParserPool owner,
long version)
Constructor.
|
Copyright © 1999–2017. All rights reserved.