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 ReferenceList
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 ReferenceList Modifier and Type Method Description void
EncryptedKey. setReferenceList(ReferenceList newReferenceList)
Sets the child element containing pointers to EncryptedData and EncryptedKey elements encrypted using this key.
-