Package | Description |
---|---|
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 |
Modifier and Type | Interface and Description |
---|---|
interface |
DataReference
XMLObject representing XML Encryption, version 20021210, DataReference element.
|
interface |
KeyReference
XMLObject representing XML Encryption, version 20021210, KeyReference element.
|
Modifier and Type | Method and Description |
---|---|
List<ReferenceType> |
ReferenceList.getReferences()
Get the list of reference child elements.
|
Modifier and Type | Class and Description |
---|---|
class |
DataReferenceImpl
Concrete implementation of
DataReference . |
class |
KeyReferenceImpl |
class |
ReferenceTypeImpl
Concrete implementation of
ReferenceType |
Modifier and Type | Method and Description |
---|---|
List<ReferenceType> |
ReferenceListImpl.getReferences()
Get the list of reference child elements.
|
Modifier and Type | Method and Description |
---|---|
void |
ReferenceTypeSchemaValidator.validate(ReferenceType xmlObject)
Checks to see if a XMLObject is valid.
|
protected void |
ReferenceTypeSchemaValidator.validateChildrenNamespaces(ReferenceType xmlObject)
Validate that all children are from another namespace.
|
protected void |
ReferenceTypeSchemaValidator.validateURI(ReferenceType xmlObject)
Validate the URI.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.