Uses of Class
org.apache.xml.security.binding.xmldsig.ReferenceType
-
Packages that use ReferenceType Package Description org.apache.xml.security.binding.xmldsig org.apache.xml.security.stax.impl.processor.input -
-
Uses of ReferenceType in org.apache.xml.security.binding.xmldsig
Fields in org.apache.xml.security.binding.xmldsig with type parameters of type ReferenceType Modifier and Type Field Description protected java.util.List<ReferenceType>ManifestType. referenceprotected java.util.List<ReferenceType>SignedInfoType. referenceMethods in org.apache.xml.security.binding.xmldsig that return ReferenceType Modifier and Type Method Description ReferenceTypeObjectFactory. createReferenceType()Create an instance ofReferenceTypeMethods in org.apache.xml.security.binding.xmldsig that return types with arguments of type ReferenceType Modifier and Type Method Description javax.xml.bind.JAXBElement<ReferenceType>ObjectFactory. createReference(ReferenceType value)java.util.List<ReferenceType>ManifestType. getReference()Gets the value of the reference property.java.util.List<ReferenceType>SignedInfoType. getReference()Gets the value of the reference property.Methods in org.apache.xml.security.binding.xmldsig with parameters of type ReferenceType Modifier and Type Method Description javax.xml.bind.JAXBElement<ReferenceType>ObjectFactory. createReference(ReferenceType value) -
Uses of ReferenceType in org.apache.xml.security.stax.impl.processor.input
Fields in org.apache.xml.security.stax.impl.processor.input declared as ReferenceType Modifier and Type Field Description private ReferenceTypeAbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier. referenceTypeFields in org.apache.xml.security.stax.impl.processor.input with type parameters of type ReferenceType Modifier and Type Field Description private java.util.List<KeyValue<ResourceResolver,ReferenceType>>AbstractSignatureReferenceVerifyInputProcessor. externalReferencesprivate java.util.List<ReferenceType>AbstractSignatureReferenceVerifyInputProcessor. processedReferencesprivate java.util.List<KeyValue<ResourceResolver,ReferenceType>>AbstractSignatureReferenceVerifyInputProcessor. sameDocumentReferencesMethods in org.apache.xml.security.stax.impl.processor.input that return ReferenceType Modifier and Type Method Description ReferenceTypeAbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier. getReferenceType()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>AbstractSignatureReferenceVerifyInputProcessor. getProcessedReferences()protected java.util.List<ReferenceType>AbstractSignatureReferenceVerifyInputProcessor. resolvesResource(XMLSecStartElement xmlSecStartElement)Methods in org.apache.xml.security.stax.impl.processor.input with parameters of type ReferenceType Modifier and Type Method Description protected TransformerAbstractSignatureReferenceVerifyInputProcessor. buildTransformerChain(ReferenceType referenceType, java.io.OutputStream outputStream, InputProcessorChain inputProcessorChain, AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier internalSignatureReferenceVerifier)TransformerAbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier. buildTransformerChain(ReferenceType referenceType, java.io.OutputStream outputStream, InputProcessorChain inputProcessorChain)protected voidAbstractSignatureReferenceVerifyInputProcessor. compareDigest(byte[] calculatedDigest, ReferenceType referenceType)protected DigestOutputStreamAbstractSignatureReferenceVerifyInputProcessor. createMessageDigestOutputStream(ReferenceType referenceType, InboundSecurityContext inboundSecurityContext)protected AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifierAbstractSignatureReferenceVerifyInputProcessor. getSignatureReferenceVerifier(XMLSecurityProperties securityProperties, InputProcessorChain inputProcessorChain, ReferenceType referenceType, XMLSecStartElement startElement)protected abstract voidAbstractSignatureReferenceVerifyInputProcessor. processElementPath(java.util.List<javax.xml.namespace.QName> elementPath, InputProcessorChain inputProcessorChain, XMLSecEvent xmlSecEvent, ReferenceType referenceType)protected voidXMLSignatureReferenceVerifyInputProcessor. processElementPath(java.util.List<javax.xml.namespace.QName> elementPath, InputProcessorChain inputProcessorChain, XMLSecEvent xmlSecEvent, ReferenceType referenceType)voidAbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier. setReferenceType(ReferenceType referenceType)protected voidAbstractSignatureReferenceVerifyInputProcessor. verifyExternalReference(InputProcessorChain inputProcessorChain, java.io.InputStream inputStream, ReferenceType referenceType)Constructors in org.apache.xml.security.stax.impl.processor.input with parameters of type ReferenceType Constructor Description InternalSignatureReferenceVerifier(XMLSecurityProperties securityProperties, InputProcessorChain inputProcessorChain, ReferenceType referenceType, XMLSecStartElement startElement)
-