Uses of Interface
org.apache.xml.security.stax.ext.stax.XMLSecStartElement
-
-
Uses of XMLSecStartElement in org.apache.xml.security.stax.ext
Methods in org.apache.xml.security.stax.ext that return XMLSecStartElement Modifier and Type Method Description XMLSecStartElement
AbstractOutputProcessor. addAttributes(XMLSecStartElement xmlSecStartElement, java.util.List<XMLSecAttribute> attributeList)
XMLSecStartElement
AbstractOutputProcessor. createStartElementAndOutputAsEvent(OutputProcessorChain outputProcessorChain, javax.xml.namespace.QName element, boolean outputLocalNs, java.util.List<XMLSecAttribute> attributes)
Methods in org.apache.xml.security.stax.ext with parameters of type XMLSecStartElement Modifier and Type Method Description XMLSecStartElement
AbstractOutputProcessor. addAttributes(XMLSecStartElement xmlSecStartElement, java.util.List<XMLSecAttribute> attributeList)
OutputProcessorChain
OutputProcessorChain. createSubChain(OutputProcessor outputProcessor, XMLSecStartElement parentXMLSecStartElement)
static java.util.Set<java.lang.String>
XMLSecurityUtils. getExcC14NInclusiveNamespacePrefixes(XMLSecStartElement xmlSecStartElement, boolean excludeVisible)
javax.xml.stream.events.Attribute
AbstractInputProcessor. getReferenceIDAttribute(XMLSecStartElement xmlSecStartElement)
boolean
ResourceResolver. matches(XMLSecStartElement xmlSecStartElement)
protected SecurePart
AbstractOutputProcessor. securePartMatches(XMLSecStartElement xmlSecStartElement, java.util.Map<java.lang.Object,SecurePart> secureParts)
protected SecurePart
AbstractOutputProcessor. securePartMatches(XMLSecStartElement xmlSecStartElement, OutputProcessorChain outputProcessorChain, java.lang.String dynamicParts)
-
Uses of XMLSecStartElement in org.apache.xml.security.stax.ext.stax
Methods in org.apache.xml.security.stax.ext.stax that return XMLSecStartElement Modifier and Type Method Description XMLSecStartElement
XMLSecEvent. asStartElement()
XMLSecStartElement
XMLSecStartElement. asStartElement()
static XMLSecStartElement
XMLSecEventFactory. createXmlSecStartElement(javax.xml.namespace.QName name, java.util.Collection<XMLSecAttribute> attributes, java.util.Collection<XMLSecNamespace> namespaces)
static XMLSecStartElement
XMLSecEventFactory. createXmlSecStartElement(javax.xml.namespace.QName name, java.util.List<XMLSecAttribute> attributes, java.util.List<XMLSecNamespace> namespaces)
XMLSecStartElement
XMLSecEvent. getParentXMLSecStartElement()
XMLSecStartElement
XMLSecEvent. getStartElementAtLevel(int level)
Methods in org.apache.xml.security.stax.ext.stax with parameters of type XMLSecStartElement Modifier and Type Method Description static XMLSecEvent
XMLSecEventFactory. allocate(javax.xml.stream.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 XMLSecStartElement Modifier and Type Method Description OutputProcessorChain
OutputProcessorChainImpl. 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 XMLSecStartElement Modifier and Type Method Description XMLSecStartElement
AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier. getStartElement()
Methods in org.apache.xml.security.stax.impl.processor.input with parameters of type XMLSecStartElement Modifier and Type Method Description protected AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier
AbstractSignatureReferenceVerifyInputProcessor. 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)
protected AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor
XMLDecryptInputProcessor. newDecryptedEventReaderInputProcessor(boolean encryptedHeader, XMLSecStartElement xmlSecStartElement, org.apache.xml.security.binding.xmlenc.EncryptedDataType currentEncryptedDataType, InboundSecurityToken inboundSecurityToken, InboundSecurityContext inboundSecurityContext)
protected java.util.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 XMLSecStartElement Constructor Description AbstractDecryptedEventReaderInputProcessor(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 XMLSecStartElement Modifier and Type Method Description protected XMLSecStartElement
AbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor. getXmlSecStartElement()
Methods in org.apache.xml.security.stax.impl.processor.output with parameters of type XMLSecStartElement Modifier and Type Method Description protected Transformer
AbstractSignatureOutputProcessor. buildTransformerChain(java.io.OutputStream outputStream, SignaturePartDef signaturePartDef, XMLSecStartElement xmlSecStartElement)
protected AbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor
XMLEncryptOutputProcessor. createInternalEncryptionOutputProcessor(EncryptionPartDef encryptionPartDef, XMLSecStartElement startElement, java.lang.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, XMLSecStartElement xmlSecStartElement, OutputProcessorChain outputProcessorChain)
protected AbstractSignatureEndingOutputProcessor.SignedInfoProcessor
XMLSignatureEndingOutputProcessor. newSignedInfoProcessor(SignatureAlgorithm signatureAlgorithm, 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 XMLSecStartElement Constructor Description AbstractInternalEncryptionOutputProcessor(EncryptionPartDef encryptionPartDef, XMLSecStartElement xmlSecStartElement, java.lang.String encoding)
InternalSignatureOutputProcessor(SignaturePartDef signaturePartDef, XMLSecStartElement xmlSecStartElement)
SignedInfoProcessor(SignatureAlgorithm signatureAlgorithm, 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 XMLSecStartElement Modifier and Type Method Description boolean
ResolverFilesystem. matches(XMLSecStartElement xmlSecStartElement)
boolean
ResolverHttp. matches(XMLSecStartElement xmlSecStartElement)
boolean
ResolverSameDocument. matches(XMLSecStartElement xmlSecStartElement)
boolean
ResolverSameDocument. matches(XMLSecStartElement xmlSecStartElement, javax.xml.namespace.QName idAttributeNS)
boolean
ResolverXPointer. matches(XMLSecStartElement xmlSecStartElement)
boolean
ResolverXPointer. matches(XMLSecStartElement xmlSecStartElement, javax.xml.namespace.QName idAttributeNS)
-
Uses of XMLSecStartElement in org.apache.xml.security.stax.impl.stax
Classes in org.apache.xml.security.stax.impl.stax that implement XMLSecStartElement Modifier and Type Class Description class
XMLSecStartElementImpl
Fields in org.apache.xml.security.stax.impl.stax declared as XMLSecStartElement Modifier and Type Field Description protected XMLSecStartElement
XMLSecEventBaseImpl. parentXMLSecStartELement
Methods in org.apache.xml.security.stax.impl.stax that return XMLSecStartElement Modifier and Type Method Description XMLSecStartElement
XMLSecEventBaseImpl. asStartElement()
XMLSecStartElement
XMLSecStartElementImpl. asStartElement()
XMLSecStartElement
XMLSecEventBaseImpl. getParentXMLSecStartElement()
XMLSecStartElement
XMLSecEventBaseImpl. getStartElementAtLevel(int level)
XMLSecStartElement
XMLSecStartElementImpl. getStartElementAtLevel(int level)
Methods in org.apache.xml.security.stax.impl.stax with parameters of type XMLSecStartElement Modifier and Type Method Description void
XMLSecEventBaseImpl. setParentXMLSecStartElement(XMLSecStartElement xmlSecStartElement)
Constructors in org.apache.xml.security.stax.impl.stax with parameters of type XMLSecStartElement Constructor Description XMLSecCharactersImpl(char[] text, boolean isCData, boolean isIgnorableWhiteSpace, boolean isWhiteSpace, XMLSecStartElement parentXmlSecStartElement)
XMLSecCharactersImpl(java.lang.String data, boolean isCData, boolean isIgnorableWhiteSpace, boolean isWhiteSpace, XMLSecStartElement parentXmlSecStartElement)
XMLSecCommentImpl(java.lang.String text, XMLSecStartElement parentXmlSecStartElement)
XMLSecDTDImpl(java.lang.String dtd, XMLSecStartElement parentXmlSecStartElement)
XMLSecEndElementImpl(javax.xml.namespace.QName elementName, XMLSecStartElement parentXmlSecStartElement)
XMLSecEntityReferenceImpl(java.lang.String name, javax.xml.stream.events.EntityDeclaration entityDeclaration, XMLSecStartElement parentXmlSecStartElement)
XMLSecProcessingInstructionImpl(java.lang.String target, java.lang.String data, XMLSecStartElement parentXmlSecStartElement)
XMLSecStartElementImpl(javax.xml.namespace.QName elementName, java.util.List<XMLSecAttribute> attributes, java.util.List<XMLSecNamespace> namespaces, XMLSecStartElement parentXmlSecStartElement)
-
Uses of XMLSecStartElement in org.apache.xml.security.stax.impl.transformer.canonicalizer
-