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.referenceListBuilderBuilder 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 TypeMethodDescriptionvoidDerivedKey.setReferenceList(ReferenceList referenceList) Set the ReferenceList child element.voidEncryptedKey.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 ReferenceListDerivedKeyImpl.referenceListReferenceList child element.private ReferenceListEncryptedKeyImpl.referenceListReferenceList 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 TypeMethodDescriptionvoidDerivedKeyImpl.setReferenceList(ReferenceList newReferenceList) Set the ReferenceList child element.voidEncryptedKeyImpl.setReferenceList(ReferenceList newReferenceList) Sets the child element containing pointers to EncryptedData and EncryptedKey elements encrypted using this key.