Uses of Class
org.apache.xml.security.binding.xmlenc.ReferenceType
Packages that use ReferenceType
Package
Description
-
Uses of ReferenceType in org.apache.xml.security.binding.xmlenc
Fields in org.apache.xml.security.binding.xmlenc with type parameters of type ReferenceTypeModifier and TypeFieldDescriptionprotected List
<JAXBElement<ReferenceType>> ReferenceList.dataReferenceOrKeyReference
Methods in org.apache.xml.security.binding.xmlenc that return ReferenceTypeModifier and TypeMethodDescriptionObjectFactory.createReferenceType()
Create an instance ofReferenceType
Methods in org.apache.xml.security.binding.xmlenc that return types with arguments of type ReferenceTypeModifier and TypeMethodDescriptionObjectFactory.createReferenceListDataReference
(ReferenceType value) ObjectFactory.createReferenceListKeyReference
(ReferenceType value) ReferenceList.getDataReferenceOrKeyReference()
Gets the value of the dataReferenceOrKeyReference property.Methods in org.apache.xml.security.binding.xmlenc with parameters of type ReferenceTypeModifier and TypeMethodDescriptionObjectFactory.createReferenceListDataReference
(ReferenceType value) ObjectFactory.createReferenceListKeyReference
(ReferenceType value) -
Uses of ReferenceType in org.apache.xml.security.stax.impl.processor.input
Fields in org.apache.xml.security.stax.impl.processor.input with type parameters of type ReferenceTypeModifier and TypeFieldDescriptionprivate final List
<ReferenceType> AbstractDecryptInputProcessor.processedReferences
private final Map
<String, ReferenceType> AbstractDecryptInputProcessor.references
Methods in org.apache.xml.security.stax.impl.processor.input that return ReferenceTypeModifier and TypeMethodDescriptionprotected ReferenceType
AbstractDecryptInputProcessor.matchesReferenceId
(XMLSecStartElement xmlSecStartElement) Methods in org.apache.xml.security.stax.impl.processor.input that return types with arguments of type ReferenceTypeModifier and TypeMethodDescriptionAbstractDecryptInputProcessor.getProcessedReferences()
AbstractDecryptInputProcessor.getReferences()
Methods in org.apache.xml.security.stax.impl.processor.input with parameters of type ReferenceTypeModifier and TypeMethodDescriptionprotected InputStream
AbstractDecryptInputProcessor.applyTransforms
(ReferenceType referenceType, InputStream inputStream)