Uses of Class
org.apache.xml.security.binding.xmldsig.ReferenceType
Packages that use ReferenceType
Package
Description
-
Uses of ReferenceType in org.apache.xml.security.binding.xmldsig
Fields in org.apache.xml.security.binding.xmldsig with type parameters of type ReferenceTypeModifier and TypeFieldDescriptionprotected List
<ReferenceType> ManifestType.reference
protected List
<ReferenceType> SignedInfoType.reference
Methods in org.apache.xml.security.binding.xmldsig that return ReferenceTypeModifier and TypeMethodDescriptionObjectFactory.createReferenceType()
Create an instance ofReferenceType
Methods in org.apache.xml.security.binding.xmldsig that return types with arguments of type ReferenceTypeModifier and TypeMethodDescriptionObjectFactory.createReference
(ReferenceType value) ManifestType.getReference()
Gets the value of the reference property.SignedInfoType.getReference()
Gets the value of the reference property.Methods in org.apache.xml.security.binding.xmldsig with parameters of type ReferenceType -
Uses of ReferenceType in org.apache.xml.security.stax.impl.processor.input
Fields in org.apache.xml.security.stax.impl.processor.input declared as ReferenceTypeModifier and TypeFieldDescriptionprivate ReferenceType
AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier.referenceType
Fields in org.apache.xml.security.stax.impl.processor.input with type parameters of type ReferenceTypeModifier and TypeFieldDescriptionprivate final List
<KeyValue<ResourceResolver, ReferenceType>> AbstractSignatureReferenceVerifyInputProcessor.externalReferences
private final List
<ReferenceType> AbstractSignatureReferenceVerifyInputProcessor.processedReferences
private final List
<KeyValue<ResourceResolver, ReferenceType>> AbstractSignatureReferenceVerifyInputProcessor.sameDocumentReferences
Methods in org.apache.xml.security.stax.impl.processor.input that return ReferenceTypeModifier and TypeMethodDescriptionAbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier.getReferenceType()
Methods in org.apache.xml.security.stax.impl.processor.input that return types with arguments of type ReferenceTypeModifier and TypeMethodDescriptionAbstractSignatureReferenceVerifyInputProcessor.getProcessedReferences()
protected List
<ReferenceType> AbstractSignatureReferenceVerifyInputProcessor.resolvesResource
(XMLSecStartElement xmlSecStartElement) Methods in org.apache.xml.security.stax.impl.processor.input with parameters of type ReferenceTypeModifier and TypeMethodDescriptionprotected Transformer
AbstractSignatureReferenceVerifyInputProcessor.buildTransformerChain
(ReferenceType referenceType, OutputStream outputStream, InputProcessorChain inputProcessorChain, AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier internalSignatureReferenceVerifier) AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier.buildTransformerChain
(ReferenceType referenceType, OutputStream outputStream, InputProcessorChain inputProcessorChain) protected void
AbstractSignatureReferenceVerifyInputProcessor.compareDigest
(byte[] calculatedDigest, ReferenceType referenceType) protected DigestOutputStream
AbstractSignatureReferenceVerifyInputProcessor.createMessageDigestOutputStream
(ReferenceType referenceType, InboundSecurityContext inboundSecurityContext) AbstractSignatureReferenceVerifyInputProcessor.getSignatureReferenceVerifier
(XMLSecurityProperties securityProperties, InputProcessorChain inputProcessorChain, ReferenceType referenceType, XMLSecStartElement startElement) protected abstract void
AbstractSignatureReferenceVerifyInputProcessor.processElementPath
(List<QName> elementPath, InputProcessorChain inputProcessorChain, XMLSecEvent xmlSecEvent, ReferenceType referenceType) protected void
XMLSignatureReferenceVerifyInputProcessor.processElementPath
(List<QName> elementPath, InputProcessorChain inputProcessorChain, XMLSecEvent xmlSecEvent, ReferenceType referenceType) void
AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier.setReferenceType
(ReferenceType referenceType) protected void
AbstractSignatureReferenceVerifyInputProcessor.verifyExternalReference
(InputProcessorChain inputProcessorChain, InputStream inputStream, ReferenceType referenceType) Constructors in org.apache.xml.security.stax.impl.processor.input with parameters of type ReferenceTypeModifierConstructorDescriptionInternalSignatureReferenceVerifier
(XMLSecurityProperties securityProperties, InputProcessorChain inputProcessorChain, ReferenceType referenceType, XMLSecStartElement startElement)