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 ReferenceListEncryptedKeyType. referenceListMethods in org.apache.xml.security.binding.xmlenc that return ReferenceList Modifier and Type Method Description ReferenceListObjectFactory. createReferenceList()Create an instance ofReferenceListReferenceListEncryptedKeyType. 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 voidEncryptedKeyType. 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 ReferenceListDerivedKeyType. referenceListMethods in org.apache.xml.security.binding.xmlenc11 that return ReferenceList Modifier and Type Method Description ReferenceListDerivedKeyType. 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 voidDerivedKeyType. 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)
-