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.referenceprotected List<ReferenceType> SignedInfoType.referenceMethods in org.apache.xml.security.binding.xmldsig that return ReferenceTypeModifier and TypeMethodDescriptionObjectFactory.createReferenceType()Create an instance ofReferenceTypeMethods 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 ReferenceTypeAbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier.referenceTypeFields in org.apache.xml.security.stax.impl.processor.input with type parameters of type ReferenceTypeModifier and TypeFieldDescriptionprivate final List<KeyValue<ResourceResolver, ReferenceType>> AbstractSignatureReferenceVerifyInputProcessor.externalReferencesprivate final List<ReferenceType> AbstractSignatureReferenceVerifyInputProcessor.processedReferencesprivate final List<KeyValue<ResourceResolver, ReferenceType>> AbstractSignatureReferenceVerifyInputProcessor.sameDocumentReferencesMethods 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 TransformerAbstractSignatureReferenceVerifyInputProcessor.buildTransformerChain(ReferenceType referenceType, OutputStream outputStream, InputProcessorChain inputProcessorChain, AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier internalSignatureReferenceVerifier) AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier.buildTransformerChain(ReferenceType referenceType, OutputStream outputStream, InputProcessorChain inputProcessorChain) protected voidAbstractSignatureReferenceVerifyInputProcessor.compareDigest(byte[] calculatedDigest, ReferenceType referenceType) protected DigestOutputStreamAbstractSignatureReferenceVerifyInputProcessor.createMessageDigestOutputStream(ReferenceType referenceType, InboundSecurityContext inboundSecurityContext) AbstractSignatureReferenceVerifyInputProcessor.getSignatureReferenceVerifier(XMLSecurityProperties securityProperties, InputProcessorChain inputProcessorChain, ReferenceType referenceType, XMLSecStartElement startElement) protected abstract voidAbstractSignatureReferenceVerifyInputProcessor.processElementPath(List<QName> elementPath, InputProcessorChain inputProcessorChain, XMLSecEvent xmlSecEvent, ReferenceType referenceType) protected voidXMLSignatureReferenceVerifyInputProcessor.processElementPath(List<QName> elementPath, InputProcessorChain inputProcessorChain, XMLSecEvent xmlSecEvent, ReferenceType referenceType) voidAbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier.setReferenceType(ReferenceType referenceType) protected voidAbstractSignatureReferenceVerifyInputProcessor.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)