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. reference
protected java.util.List<ReferenceType>
SignedInfoType. reference
Methods in org.apache.xml.security.binding.xmldsig that return ReferenceType Modifier and Type Method Description ReferenceType
ObjectFactory. createReferenceType()
Create an instance ofReferenceType
Methods 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 ReferenceType
AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier. referenceType
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<KeyValue<ResourceResolver,ReferenceType>>
AbstractSignatureReferenceVerifyInputProcessor. externalReferences
private java.util.List<ReferenceType>
AbstractSignatureReferenceVerifyInputProcessor. processedReferences
private java.util.List<KeyValue<ResourceResolver,ReferenceType>>
AbstractSignatureReferenceVerifyInputProcessor. sameDocumentReferences
Methods in org.apache.xml.security.stax.impl.processor.input that return ReferenceType Modifier and Type Method Description ReferenceType
AbstractSignatureReferenceVerifyInputProcessor.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 Transformer
AbstractSignatureReferenceVerifyInputProcessor. buildTransformerChain(ReferenceType referenceType, java.io.OutputStream outputStream, InputProcessorChain inputProcessorChain, AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier internalSignatureReferenceVerifier)
Transformer
AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier. buildTransformerChain(ReferenceType referenceType, java.io.OutputStream outputStream, InputProcessorChain inputProcessorChain)
protected void
AbstractSignatureReferenceVerifyInputProcessor. compareDigest(byte[] calculatedDigest, ReferenceType referenceType)
protected DigestOutputStream
AbstractSignatureReferenceVerifyInputProcessor. createMessageDigestOutputStream(ReferenceType referenceType, InboundSecurityContext inboundSecurityContext)
protected AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier
AbstractSignatureReferenceVerifyInputProcessor. getSignatureReferenceVerifier(XMLSecurityProperties securityProperties, InputProcessorChain inputProcessorChain, ReferenceType referenceType, XMLSecStartElement startElement)
protected abstract void
AbstractSignatureReferenceVerifyInputProcessor. processElementPath(java.util.List<javax.xml.namespace.QName> elementPath, InputProcessorChain inputProcessorChain, XMLSecEvent xmlSecEvent, ReferenceType referenceType)
protected void
XMLSignatureReferenceVerifyInputProcessor. processElementPath(java.util.List<javax.xml.namespace.QName> elementPath, InputProcessorChain inputProcessorChain, XMLSecEvent xmlSecEvent, ReferenceType referenceType)
void
AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier. setReferenceType(ReferenceType referenceType)
protected void
AbstractSignatureReferenceVerifyInputProcessor. 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)
-