Package | Description |
---|---|
org.opensaml.xmlsec.encryption |
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
|
org.opensaml.xmlsec.encryption.impl |
Implementations of the interfaces for XMLObjects that represent XML encryption types.
|
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
Concrete implementation of
KeyReference . |
class |
ReferenceTypeImpl
Concrete implementation of
ReferenceType . |
Modifier and Type | Method and Description |
---|---|
List<ReferenceType> |
ReferenceListImpl.getReferences()
Get the list of reference child elements.
|
Copyright © 2016. All rights reserved.