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.dataReferenceOrKeyReferenceMethods in org.apache.xml.security.binding.xmlenc that return ReferenceTypeModifier and TypeMethodDescriptionObjectFactory.createReferenceType()Create an instance ofReferenceTypeMethods 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.processedReferencesprivate final Map<String, ReferenceType> AbstractDecryptInputProcessor.referencesMethods in org.apache.xml.security.stax.impl.processor.input that return ReferenceTypeModifier and TypeMethodDescriptionprotected ReferenceTypeAbstractDecryptInputProcessor.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 InputStreamAbstractDecryptInputProcessor.applyTransforms(ReferenceType referenceType, InputStream inputStream)