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. dataReferenceOrKeyReferenceMethods in org.apache.xml.security.binding.xmlenc that return ReferenceType Modifier and Type Method Description ReferenceTypeObjectFactory. createReferenceType()Create an instance ofReferenceTypeMethods 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. processedReferencesprivate java.util.Map<java.lang.String,ReferenceType>AbstractDecryptInputProcessor. referencesMethods in org.apache.xml.security.stax.impl.processor.input that return ReferenceType Modifier and Type Method Description protected ReferenceTypeAbstractDecryptInputProcessor. 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.InputStreamAbstractDecryptInputProcessor. applyTransforms(ReferenceType referenceType, java.io.InputStream inputStream)
-