Uses of Interface
org.opensaml.xmlsec.encryption.ReferenceList
Packages that use ReferenceList
Package
Description
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
-
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.