Uses of Interface
org.opensaml.xmlsec.encryption.ReferenceList
-
Packages that use ReferenceList Package Description org.opensaml.xmlsec.encryption 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 ReferenceList Modifier and Type Method Description ReferenceListDerivedKey. getReferenceList()Get the ReferenceList child element.ReferenceListEncryptedKey. 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 ReferenceList Modifier and Type Method Description voidDerivedKey. 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.
-