Uses of Interface
org.opensaml.xml.ElementExtensibleXMLObject

Packages that use ElementExtensibleXMLObject
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.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.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. 
 

Uses of ElementExtensibleXMLObject in org.opensaml.xml
 

Classes in org.opensaml.xml that implement ElementExtensibleXMLObject
 class AbstractElementExtensibleXMLObject
          AbstractElementExtensible is an element of type xs:any, but without xs:anyAttribute attribute or text content.
 class AbstractExtensibleXMLObject
          AbstractExtensibleXMLObject is an element of type xs:any, and with xs:anyAttribute attributes.
 

Uses of ElementExtensibleXMLObject in org.opensaml.xml.encryption
 

Subinterfaces of ElementExtensibleXMLObject in org.opensaml.xml.encryption
 interface AgreementMethod
          XMLObject representing XML Encryption, version 20021210, AgreementMethod element.
 interface DataReference
          XMLObject representing XML Encryption, version 20021210, DataReference element.
 interface EncryptionMethod
          XMLObject representing XML Encryption, version 20021210, EncryptionMethod element.
 interface EncryptionProperty
          XMLObject representing XML Encryption, version 20021210, EncryptionProperty element.
 interface KeyReference
          XMLObject representing XML Encryption, version 20021210, KeyReference element.
 interface ReferenceType
          XMLObject representing XML Encryption, version 20021210, ReferenceType type.
 

Uses of ElementExtensibleXMLObject in org.opensaml.xml.encryption.impl
 

Classes in org.opensaml.xml.encryption.impl that implement ElementExtensibleXMLObject
 class AgreementMethodImpl
          Concrete implementation of AgreementMethod.
 class DataReferenceImpl
          Concrete implementation of DataReference.
 class EncryptionMethodImpl
          Concrete implementation of EncryptionMethod.
 class EncryptionPropertyImpl
          Concrete implementation of EncryptionProperty
 class KeyReferenceImpl
           
 class ReferenceTypeImpl
          Concrete implementation of ReferenceType
 

Uses of ElementExtensibleXMLObject in org.opensaml.xml.schema
 

Subinterfaces of ElementExtensibleXMLObject in org.opensaml.xml.schema
 interface XSAny
          Represents the schema Any type.
 

Uses of ElementExtensibleXMLObject in org.opensaml.xml.schema.impl
 

Classes in org.opensaml.xml.schema.impl that implement ElementExtensibleXMLObject
 class XSAnyImpl
          Concrete implementation of XSAny.
 

Uses of ElementExtensibleXMLObject in org.opensaml.xml.signature
 

Subinterfaces of ElementExtensibleXMLObject in org.opensaml.xml.signature
 interface DigestMethod
          XMLObject representing XML Digital Signature, version 20020212, DigestMethod element.
 interface PGPData
          XMLObject representing XML Digital Signature, version 20020212, PGPData element.
 

Uses of ElementExtensibleXMLObject in org.opensaml.xml.signature.impl
 

Classes in org.opensaml.xml.signature.impl that implement ElementExtensibleXMLObject
 class DigestMethodImpl
          Concrete implementation of DigestMethod.
 class PGPDataImpl
          Concrete implementation of PGPData
 



Copyright © 2006-2011 Internet2. All Rights Reserved.