Uses of Class
org.apache.xml.security.binding.xmlenc.ReferenceList
Packages that use ReferenceList
Package
Description
-
Uses of ReferenceList in org.apache.xml.security.binding.xmlenc
Fields in org.apache.xml.security.binding.xmlenc declared as ReferenceListMethods in org.apache.xml.security.binding.xmlenc that return ReferenceListModifier and TypeMethodDescriptionObjectFactory.createReferenceList()Create an instance ofReferenceListEncryptedKeyType.getReferenceList()Gets the value of the referenceList property.Methods in org.apache.xml.security.binding.xmlenc with parameters of type ReferenceListModifier and TypeMethodDescriptionvoidEncryptedKeyType.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 ReferenceListMethods in org.apache.xml.security.binding.xmlenc11 that return ReferenceListModifier and TypeMethodDescriptionDerivedKeyType.getReferenceList()Gets the value of the referenceList property.Methods in org.apache.xml.security.binding.xmlenc11 with parameters of type ReferenceListModifier and TypeMethodDescriptionvoidDerivedKeyType.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 ReferenceListModifierConstructorDescriptionAbstractDecryptInputProcessor(KeyInfoType keyInfoType, ReferenceList referenceList, XMLSecurityProperties securityProperties)