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.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.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Interface and Description |
---|---|
interface |
XSAny
Represents the schema Any type.
|
Modifier and Type | Class and Description |
---|---|
class |
XSAnyImpl
Concrete implementation of
XSAny . |
Modifier and Type | Interface and Description |
---|---|
interface |
DigestMethod
XMLObject representing XML Digital Signature, version 20020212, DigestMethod element.
|
interface |
PGPData
XMLObject representing XML Digital Signature, version 20020212, PGPData element.
|
Modifier and Type | Class and Description |
---|---|
class |
DigestMethodImpl
Concrete implementation of
DigestMethod . |
class |
PGPDataImpl
Concrete implementation of
PGPData |
Copyright © 1999–2013. All rights reserved.