Uses of Class
org.apache.xml.security.binding.xmlenc.ReferenceType
-
Packages that use ReferenceType Package Description org.apache.xml.security.binding.xmlenc org.apache.xml.security.stax.impl.processor.input -
-
Uses of ReferenceType in org.apache.xml.security.binding.xmlenc
Fields in org.apache.xml.security.binding.xmlenc with type parameters of type ReferenceType Modifier and Type Field Description protected java.util.List<javax.xml.bind.JAXBElement<ReferenceType>>
ReferenceList. dataReferenceOrKeyReference
Methods in org.apache.xml.security.binding.xmlenc that return ReferenceType Modifier and Type Method Description ReferenceType
ObjectFactory. createReferenceType()
Create an instance ofReferenceType
Methods in org.apache.xml.security.binding.xmlenc that return types with arguments of type ReferenceType Modifier and Type Method Description javax.xml.bind.JAXBElement<ReferenceType>
ObjectFactory. createReferenceListDataReference(ReferenceType value)
javax.xml.bind.JAXBElement<ReferenceType>
ObjectFactory. createReferenceListKeyReference(ReferenceType value)
java.util.List<javax.xml.bind.JAXBElement<ReferenceType>>
ReferenceList. getDataReferenceOrKeyReference()
Gets the value of the dataReferenceOrKeyReference property.Methods in org.apache.xml.security.binding.xmlenc with parameters of type ReferenceType Modifier and Type Method Description javax.xml.bind.JAXBElement<ReferenceType>
ObjectFactory. createReferenceListDataReference(ReferenceType value)
javax.xml.bind.JAXBElement<ReferenceType>
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 ReferenceType Modifier and Type Field Description private java.util.List<ReferenceType>
AbstractDecryptInputProcessor. processedReferences
private java.util.Map<java.lang.String,ReferenceType>
AbstractDecryptInputProcessor. references
Methods in org.apache.xml.security.stax.impl.processor.input that return ReferenceType Modifier and Type Method Description protected ReferenceType
AbstractDecryptInputProcessor. matchesReferenceId(XMLSecStartElement xmlSecStartElement)
Methods in org.apache.xml.security.stax.impl.processor.input that return types with arguments of type ReferenceType Modifier and Type Method Description java.util.List<ReferenceType>
AbstractDecryptInputProcessor. getProcessedReferences()
java.util.Map<java.lang.String,ReferenceType>
AbstractDecryptInputProcessor. getReferences()
Methods in org.apache.xml.security.stax.impl.processor.input with parameters of type ReferenceType Modifier and Type Method Description protected java.io.InputStream
AbstractDecryptInputProcessor. applyTransforms(ReferenceType referenceType, java.io.InputStream inputStream)
-