Uses of Interface
org.apache.xml.security.stax.ext.stax.XMLSecStartElement
Packages that use XMLSecStartElement
Package
Description
-
Uses of XMLSecStartElement in org.apache.xml.security.stax.ext
Methods in org.apache.xml.security.stax.ext that return XMLSecStartElementModifier and TypeMethodDescriptionAbstractOutputProcessor.addAttributes
(XMLSecStartElement xmlSecStartElement, List<XMLSecAttribute> attributeList) AbstractOutputProcessor.createStartElementAndOutputAsEvent
(OutputProcessorChain outputProcessorChain, QName element, boolean outputLocalNs, List<XMLSecAttribute> attributes) Methods in org.apache.xml.security.stax.ext with parameters of type XMLSecStartElementModifier and TypeMethodDescriptionAbstractOutputProcessor.addAttributes
(XMLSecStartElement xmlSecStartElement, List<XMLSecAttribute> attributeList) OutputProcessorChain.createSubChain
(OutputProcessor outputProcessor, XMLSecStartElement parentXMLSecStartElement) XMLSecurityUtils.getExcC14NInclusiveNamespacePrefixes
(XMLSecStartElement xmlSecStartElement, boolean excludeVisible) AbstractInputProcessor.getReferenceIDAttribute
(XMLSecStartElement xmlSecStartElement) boolean
ResourceResolver.matches
(XMLSecStartElement xmlSecStartElement) protected SecurePart
AbstractOutputProcessor.securePartMatches
(XMLSecStartElement xmlSecStartElement, Map<Object, SecurePart> secureParts) protected SecurePart
AbstractOutputProcessor.securePartMatches
(XMLSecStartElement xmlSecStartElement, OutputProcessorChain outputProcessorChain, String dynamicParts) -
Uses of XMLSecStartElement in org.apache.xml.security.stax.ext.stax
Methods in org.apache.xml.security.stax.ext.stax that return XMLSecStartElementModifier and TypeMethodDescriptionXMLSecEvent.asStartElement()
XMLSecStartElement.asStartElement()
static XMLSecStartElement
XMLSecEventFactory.createXmlSecStartElement
(QName name, Collection<XMLSecAttribute> attributes, Collection<XMLSecNamespace> namespaces) static XMLSecStartElement
XMLSecEventFactory.createXmlSecStartElement
(QName name, List<XMLSecAttribute> attributes, List<XMLSecNamespace> namespaces) XMLSecEvent.getParentXMLSecStartElement()
XMLSecEvent.getStartElementAtLevel
(int level) Methods in org.apache.xml.security.stax.ext.stax with parameters of type XMLSecStartElementModifier and TypeMethodDescriptionstatic XMLSecEvent
XMLSecEventFactory.allocate
(XMLStreamReader xmlStreamReader, XMLSecStartElement parentXMLSecStartElement) void
XMLSecEvent.setParentXMLSecStartElement
(XMLSecStartElement xmlSecStartElement) -
Uses of XMLSecStartElement in org.apache.xml.security.stax.impl
Methods in org.apache.xml.security.stax.impl with parameters of type XMLSecStartElementModifier and TypeMethodDescriptionOutputProcessorChainImpl.createSubChain
(OutputProcessor outputProcessor, XMLSecStartElement parentXMLSecStartElement) -
Uses of XMLSecStartElement in org.apache.xml.security.stax.impl.processor.input
Methods in org.apache.xml.security.stax.impl.processor.input that return XMLSecStartElementModifier and TypeMethodDescriptionAbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier.getStartElement()
Methods in org.apache.xml.security.stax.impl.processor.input with parameters of type XMLSecStartElementModifier and TypeMethodDescriptionAbstractSignatureReferenceVerifyInputProcessor.getSignatureReferenceVerifier
(XMLSecurityProperties securityProperties, InputProcessorChain inputProcessorChain, org.apache.xml.security.binding.xmldsig.ReferenceType referenceType, XMLSecStartElement startElement) protected abstract void
AbstractDecryptInputProcessor.handleEncryptedContent
(InputProcessorChain inputProcessorChain, XMLSecStartElement parentXMLSecStartElement, InboundSecurityToken inboundSecurityToken, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType) protected void
XMLDecryptInputProcessor.handleEncryptedContent
(InputProcessorChain inputProcessorChain, XMLSecStartElement parentXMLSecStartElement, InboundSecurityToken inboundSecurityToken, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType) protected abstract void
AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor.handleEncryptedElement
(InputProcessorChain inputProcessorChain, XMLSecStartElement xmlSecStartElement, InboundSecurityToken inboundSecurityToken, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType) protected void
XMLDecryptInputProcessor.DecryptedEventReaderInputProcessor.handleEncryptedElement
(InputProcessorChain inputProcessorChain, XMLSecStartElement xmlSecStartElement, InboundSecurityToken inboundSecurityToken, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType) protected org.apache.xml.security.binding.xmlenc.ReferenceType
AbstractDecryptInputProcessor.matchesReferenceId
(XMLSecStartElement xmlSecStartElement) protected abstract AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor
AbstractDecryptInputProcessor.newDecryptedEventReaderInputProcessor
(boolean encryptedHeader, XMLSecStartElement xmlSecStartElement, org.apache.xml.security.binding.xmlenc.EncryptedDataType currentEncryptedDataType, InboundSecurityToken inboundSecurityToken, InboundSecurityContext inboundSecurityContext) XMLDecryptInputProcessor.newDecryptedEventReaderInputProcessor
(boolean encryptedHeader, XMLSecStartElement xmlSecStartElement, org.apache.xml.security.binding.xmlenc.EncryptedDataType currentEncryptedDataType, InboundSecurityToken inboundSecurityToken, InboundSecurityContext inboundSecurityContext) protected List<org.apache.xml.security.binding.xmldsig.ReferenceType>
AbstractSignatureReferenceVerifyInputProcessor.resolvesResource
(XMLSecStartElement xmlSecStartElement) void
AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier.setStartElement
(XMLSecStartElement startElement) Constructors in org.apache.xml.security.stax.impl.processor.input with parameters of type XMLSecStartElementModifierConstructorDescriptionAbstractDecryptedEventReaderInputProcessor
(XMLSecurityProperties securityProperties, SecurePart.Modifier encryptionModifier, boolean encryptedHeader, XMLSecStartElement xmlSecStartElement, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType, AbstractDecryptInputProcessor abstractDecryptInputProcessor, InboundSecurityToken inboundSecurityToken) DecryptedEventReaderInputProcessor
(XMLSecurityProperties securityProperties, SecurePart.Modifier encryptionModifier, boolean encryptedHeader, XMLSecStartElement xmlSecStartElement, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType, XMLDecryptInputProcessor decryptInputProcessor, InboundSecurityToken inboundSecurityToken) InternalSignatureReferenceVerifier
(XMLSecurityProperties securityProperties, InputProcessorChain inputProcessorChain, org.apache.xml.security.binding.xmldsig.ReferenceType referenceType, XMLSecStartElement startElement) -
Uses of XMLSecStartElement in org.apache.xml.security.stax.impl.processor.output
Methods in org.apache.xml.security.stax.impl.processor.output that return XMLSecStartElementModifier and TypeMethodDescriptionprotected XMLSecStartElement
AbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor.getXmlSecStartElement()
Methods in org.apache.xml.security.stax.impl.processor.output with parameters of type XMLSecStartElementModifier and TypeMethodDescriptionprotected Transformer
AbstractSignatureOutputProcessor.buildTransformerChain
(OutputStream outputStream, SignaturePartDef signaturePartDef, XMLSecStartElement xmlSecStartElement) XMLEncryptOutputProcessor.createInternalEncryptionOutputProcessor
(EncryptionPartDef encryptionPartDef, XMLSecStartElement startElement, String encoding, OutboundSecurityToken keyWrappingToken) Override this method to return a different AbstractInternalEncryptionOutputProcessor instance which will write out the KeyInfo contents in the EncryptedData.protected abstract AbstractSignatureEndingOutputProcessor.SignedInfoProcessor
AbstractSignatureEndingOutputProcessor.newSignedInfoProcessor
(SignatureAlgorithm signatureAlgorithm, String signatureId, XMLSecStartElement xmlSecStartElement, OutputProcessorChain outputProcessorChain) XMLSignatureEndingOutputProcessor.newSignedInfoProcessor
(SignatureAlgorithm signatureAlgorithm, String signatureId, XMLSecStartElement xmlSecStartElement, OutputProcessorChain outputProcessorChain) protected void
AbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor.processEventInternal
(XMLSecStartElement xmlSecStartElement, OutputProcessorChain outputProcessorChain) Creates the Data structure around the cipher dataprotected void
AbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor.setXmlSecStartElement
(XMLSecStartElement xmlSecStartElement) Constructors in org.apache.xml.security.stax.impl.processor.output with parameters of type XMLSecStartElementModifierConstructorDescriptionAbstractInternalEncryptionOutputProcessor
(EncryptionPartDef encryptionPartDef, XMLSecStartElement xmlSecStartElement, String encoding) InternalSignatureOutputProcessor
(SignaturePartDef signaturePartDef, XMLSecStartElement xmlSecStartElement) SignedInfoProcessor
(SignatureAlgorithm signatureAlgorithm, String signatureId, XMLSecStartElement xmlSecStartElement) -
Uses of XMLSecStartElement in org.apache.xml.security.stax.impl.resourceResolvers
Methods in org.apache.xml.security.stax.impl.resourceResolvers with parameters of type XMLSecStartElementModifier and TypeMethodDescriptionboolean
ResolverFilesystem.matches
(XMLSecStartElement xmlSecStartElement) boolean
ResolverHttp.matches
(XMLSecStartElement xmlSecStartElement) boolean
ResolverSameDocument.matches
(XMLSecStartElement xmlSecStartElement) boolean
ResolverSameDocument.matches
(XMLSecStartElement xmlSecStartElement, QName idAttributeNS) boolean
ResolverXPointer.matches
(XMLSecStartElement xmlSecStartElement) boolean
ResolverXPointer.matches
(XMLSecStartElement xmlSecStartElement, QName idAttributeNS) -
Uses of XMLSecStartElement in org.apache.xml.security.stax.impl.stax
Classes in org.apache.xml.security.stax.impl.stax that implement XMLSecStartElementFields in org.apache.xml.security.stax.impl.stax declared as XMLSecStartElementModifier and TypeFieldDescriptionprotected XMLSecStartElement
XMLSecEventBaseImpl.parentXMLSecStartELement
Methods in org.apache.xml.security.stax.impl.stax that return XMLSecStartElementModifier and TypeMethodDescriptionXMLSecEventBaseImpl.asStartElement()
XMLSecStartElementImpl.asStartElement()
XMLSecEventBaseImpl.getParentXMLSecStartElement()
XMLSecEventBaseImpl.getStartElementAtLevel
(int level) XMLSecStartElementImpl.getStartElementAtLevel
(int level) Methods in org.apache.xml.security.stax.impl.stax with parameters of type XMLSecStartElementModifier and TypeMethodDescriptionvoid
XMLSecEventBaseImpl.setParentXMLSecStartElement
(XMLSecStartElement xmlSecStartElement) Constructors in org.apache.xml.security.stax.impl.stax with parameters of type XMLSecStartElementModifierConstructorDescriptionXMLSecCharactersImpl
(char[] text, boolean isCData, boolean isIgnorableWhiteSpace, boolean isWhiteSpace, XMLSecStartElement parentXmlSecStartElement) XMLSecCharactersImpl
(String data, boolean isCData, boolean isIgnorableWhiteSpace, boolean isWhiteSpace, XMLSecStartElement parentXmlSecStartElement) XMLSecCommentImpl
(String text, XMLSecStartElement parentXmlSecStartElement) XMLSecDTDImpl
(String dtd, XMLSecStartElement parentXmlSecStartElement) XMLSecEndElementImpl
(QName elementName, XMLSecStartElement parentXmlSecStartElement) XMLSecEntityReferenceImpl
(String name, EntityDeclaration entityDeclaration, XMLSecStartElement parentXmlSecStartElement) XMLSecProcessingInstructionImpl
(String target, String data, XMLSecStartElement parentXmlSecStartElement) XMLSecStartElementImpl
(QName elementName, List<XMLSecAttribute> attributes, List<XMLSecNamespace> namespaces, XMLSecStartElement parentXmlSecStartElement) -
Uses of XMLSecStartElement in org.apache.xml.security.stax.impl.transformer.canonicalizer
Methods in org.apache.xml.security.stax.impl.transformer.canonicalizer with parameters of type XMLSecStartElementModifier and TypeMethodDescriptionprotected List<XMLSecAttribute>
CanonicalizerBase.getCurrentUtilizedAttributes
(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack) protected List<XMLSecNamespace>
Canonicalizer20010315_Excl.getCurrentUtilizedNamespaces
(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack) protected List<XMLSecNamespace>
CanonicalizerBase.getCurrentUtilizedNamespaces
(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack) protected List<XMLSecAttribute>
Canonicalizer11.getInitialUtilizedAttributes
(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack) protected List<XMLSecAttribute>
Canonicalizer20010315_Excl.getInitialUtilizedAttributes
(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack) protected List<XMLSecAttribute>
CanonicalizerBase.getInitialUtilizedAttributes
(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack) protected List<XMLSecNamespace>
Canonicalizer20010315_Excl.getInitialUtilizedNamespaces
(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack) protected List<XMLSecNamespace>
CanonicalizerBase.getInitialUtilizedNamespaces
(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack)