Uses of Interface
org.opensaml.xmlsec.encryption.DataReference
Packages that use DataReference
Package
Description
Classes for encrypting and decrypting SAML.
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
Implementations of the interfaces for XMLObjects that represent XML encryption types.
-
Uses of DataReference in org.opensaml.saml.saml2.encryption
Fields in org.opensaml.saml.saml2.encryption with type parameters of type DataReferenceModifier and TypeFieldDescriptionprivate XMLEncryptionBuilder<DataReference>
Encrypter.dataReferenceBuilder
Builder for DataReference objects. -
Uses of DataReference in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return types with arguments of type DataReferenceModifier and TypeMethodDescriptionReferenceList.getDataReferences()
Get the list of data reference child elements. -
Uses of DataReference in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement DataReferenceMethods in org.opensaml.xmlsec.encryption.impl that return DataReferenceModifier and TypeMethodDescriptionDataReferenceBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.DataReferenceBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.Methods in org.opensaml.xmlsec.encryption.impl that return types with arguments of type DataReferenceModifier and TypeMethodDescriptionReferenceListImpl.getDataReferences()
Get the list of data reference child elements.