Uses of Class
org.apache.xml.security.binding.xmlenc.ReferenceList
-
Packages that use ReferenceList Package Description org.apache.xml.security.binding.xmlenc org.apache.xml.security.binding.xmlenc11 org.apache.xml.security.stax.impl.processor.input -
-
Uses of ReferenceList in org.apache.xml.security.binding.xmlenc
Fields in org.apache.xml.security.binding.xmlenc declared as ReferenceList Modifier and Type Field Description protected ReferenceList
EncryptedKeyType. referenceList
Methods in org.apache.xml.security.binding.xmlenc that return ReferenceList Modifier and Type Method Description ReferenceList
ObjectFactory. createReferenceList()
Create an instance ofReferenceList
ReferenceList
EncryptedKeyType. getReferenceList()
Gets the value of the referenceList property.Methods in org.apache.xml.security.binding.xmlenc with parameters of type ReferenceList Modifier and Type Method Description void
EncryptedKeyType. setReferenceList(ReferenceList value)
Sets the value of the referenceList property. -
Uses of ReferenceList in org.apache.xml.security.binding.xmlenc11
Fields in org.apache.xml.security.binding.xmlenc11 declared as ReferenceList Modifier and Type Field Description protected ReferenceList
DerivedKeyType. referenceList
Methods in org.apache.xml.security.binding.xmlenc11 that return ReferenceList Modifier and Type Method Description ReferenceList
DerivedKeyType. getReferenceList()
Gets the value of the referenceList property.Methods in org.apache.xml.security.binding.xmlenc11 with parameters of type ReferenceList Modifier and Type Method Description void
DerivedKeyType. setReferenceList(ReferenceList value)
Sets the value of the referenceList property. -
Uses of ReferenceList in org.apache.xml.security.stax.impl.processor.input
Constructors in org.apache.xml.security.stax.impl.processor.input with parameters of type ReferenceList Constructor Description AbstractDecryptInputProcessor(KeyInfoType keyInfoType, ReferenceList referenceList, XMLSecurityProperties securityProperties)
-