Uses of Interface
org.opensaml.xmlsec.encryption.ReferenceList
Packages that use ReferenceList
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 ReferenceList in org.opensaml.saml.saml2.encryption
Fields in org.opensaml.saml.saml2.encryption with type parameters of type ReferenceListModifier and TypeFieldDescriptionprivate XMLEncryptionBuilder<ReferenceList>
Encrypter.referenceListBuilder
Builder for ReferenceList objects. -
Uses of ReferenceList in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return ReferenceListModifier and TypeMethodDescriptionDerivedKey.getReferenceList()
Get the ReferenceList child element.EncryptedKey.getReferenceList()
Gets the child element containing pointers to EncryptedData and EncryptedKey elements encrypted using this key.Methods in org.opensaml.xmlsec.encryption with parameters of type ReferenceListModifier and TypeMethodDescriptionvoid
DerivedKey.setReferenceList
(ReferenceList referenceList) Set the ReferenceList child element.void
EncryptedKey.setReferenceList
(ReferenceList newReferenceList) Sets the child element containing pointers to EncryptedData and EncryptedKey elements encrypted using this key. -
Uses of ReferenceList in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement ReferenceListFields in org.opensaml.xmlsec.encryption.impl declared as ReferenceListModifier and TypeFieldDescriptionprivate ReferenceList
DerivedKeyImpl.referenceList
ReferenceList child element.private ReferenceList
EncryptedKeyImpl.referenceList
ReferenceList value.Methods in org.opensaml.xmlsec.encryption.impl that return ReferenceListModifier and TypeMethodDescriptionReferenceListBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.ReferenceListBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.DerivedKeyImpl.getReferenceList()
Get the ReferenceList child element.EncryptedKeyImpl.getReferenceList()
Gets the child element containing pointers to EncryptedData and EncryptedKey elements encrypted using this key.Methods in org.opensaml.xmlsec.encryption.impl with parameters of type ReferenceListModifier and TypeMethodDescriptionvoid
DerivedKeyImpl.setReferenceList
(ReferenceList newReferenceList) Set the ReferenceList child element.void
EncryptedKeyImpl.setReferenceList
(ReferenceList newReferenceList) Sets the child element containing pointers to EncryptedData and EncryptedKey elements encrypted using this key.