|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
See:
Description
Packages | |
---|---|
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.encryption.impl | Implementations of the interfaces for XMLObjects that represent XML encryption types. |
org.opensaml.xml.encryption.validator | |
org.opensaml.xml.io | Interfaces and abstract implementations of marshallers and unmarshallers. |
org.opensaml.xml.parse | Classes for managing pools of DOM parsers (DocumentBuilders ). |
org.opensaml.xml.schema | Interfaces for XMLObjects that represent XML schema types. |
org.opensaml.xml.schema.impl | Implementations of the interfaces for XMLObjects that represent XML schema types. |
org.opensaml.xml.schema.validator | |
org.opensaml.xml.security | Interfaces and classes used in representing cryptographic credentials, evaluating the trustworthiness of security of tokens, etc. |
org.opensaml.xml.security.credential | Interfaces and classes related to credentials and ways to represent them. |
org.opensaml.xml.security.credential.criteria |
Implementations of EvaluableCriteria where the
parameterized evaluation target type is Credential . |
org.opensaml.xml.security.criteria | Classes which model the abstract notion of a 'criteria'. |
org.opensaml.xml.security.keyinfo | Interfaces and classes for working with XML KeyInfo elements. |
org.opensaml.xml.security.keyinfo.provider | Specific implementations of KeyInfoProvider . |
org.opensaml.xml.security.trust | Interfaces and classes used to evaluate the trustworthiness
and validity of Credential s |
org.opensaml.xml.security.x509 | X509 based credential and trust class. |
org.opensaml.xml.signature | XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content. |
org.opensaml.xml.signature.impl | Implementations of the interfaces for XMLObjects that represent XML signature types. |
org.opensaml.xml.signature.validator | |
org.opensaml.xml.util | Utility classes for working with XML, XMLObjects, and various data types. |
org.opensaml.xml.validation | Interfaces for classes that may be used to validate trees of XMLObjects. |
The XMLTooling library provides the ability to work with XML as regular Java beans. This is similar to the Java Architecture for XML Binding (JAXB), XMLBeans, and XStream libraries. It differs from these libraries in three main ways:
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |