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.io |
Interfaces and abstract implementations of marshallers and unmarshallers.
|
Modifier and Type | Field and Description |
---|---|
private static UnmarshallerFactory |
Configuration.unmarshallerFactory
Configured XMLObject unmarshaller factory.
|
Modifier and Type | Method and Description |
---|---|
static UnmarshallerFactory |
Configuration.getUnmarshallerFactory()
Gets the XMLObject unmarshaller factory that has been configured with information from loaded configuration
files.
|
Modifier and Type | Field and Description |
---|---|
private UnmarshallerFactory |
Decrypter.unmarshallerFactory
Unmarshaller factory, used in decryption of EncryptedData objects.
|
Modifier and Type | Field and Description |
---|---|
private UnmarshallerFactory |
AbstractXMLObjectUnmarshaller.unmarshallerFactory
Factory for creating unmarshallers for child elements.
|
Copyright © 1999–2017. All rights reserved.