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 XMLSecStartElementAbstractOutputProcessor. addAttributes(XMLSecStartElement xmlSecStartElement, java.util.List<XMLSecAttribute> attributeList)XMLSecStartElementAbstractOutputProcessor. 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 XMLSecStartElementAbstractOutputProcessor. addAttributes(XMLSecStartElement xmlSecStartElement, java.util.List<XMLSecAttribute> attributeList)OutputProcessorChainOutputProcessorChain. createSubChain(OutputProcessor outputProcessor, XMLSecStartElement parentXMLSecStartElement)static java.util.Set<java.lang.String>XMLSecurityUtils. getExcC14NInclusiveNamespacePrefixes(XMLSecStartElement xmlSecStartElement, boolean excludeVisible)javax.xml.stream.events.AttributeAbstractInputProcessor. getReferenceIDAttribute(XMLSecStartElement xmlSecStartElement)booleanResourceResolver. matches(XMLSecStartElement xmlSecStartElement)protected SecurePartAbstractOutputProcessor. securePartMatches(XMLSecStartElement xmlSecStartElement, java.util.Map<java.lang.Object,SecurePart> secureParts)protected SecurePartAbstractOutputProcessor. 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 XMLSecStartElementXMLSecEvent. asStartElement()XMLSecStartElementXMLSecStartElement. asStartElement()static XMLSecStartElementXMLSecEventFactory. createXmlSecStartElement(javax.xml.namespace.QName name, java.util.Collection<XMLSecAttribute> attributes, java.util.Collection<XMLSecNamespace> namespaces)static XMLSecStartElementXMLSecEventFactory. createXmlSecStartElement(javax.xml.namespace.QName name, java.util.List<XMLSecAttribute> attributes, java.util.List<XMLSecNamespace> namespaces)XMLSecStartElementXMLSecEvent. getParentXMLSecStartElement()XMLSecStartElementXMLSecEvent. getStartElementAtLevel(int level)Methods in org.apache.xml.security.stax.ext.stax with parameters of type XMLSecStartElement Modifier and Type Method Description static XMLSecEventXMLSecEventFactory. allocate(javax.xml.stream.XMLStreamReader xmlStreamReader, XMLSecStartElement parentXMLSecStartElement)voidXMLSecEvent. setParentXMLSecStartElement(XMLSecStartElement xmlSecStartElement) -
Uses of XMLSecStartElement in org.apache.xml.security.stax.impl
Fields in org.apache.xml.security.stax.impl declared as XMLSecStartElement Modifier and Type Field Description private XMLSecStartElementOutputProcessorChainImpl. parentXmlSecStartElementMethods in org.apache.xml.security.stax.impl with parameters of type XMLSecStartElement Modifier and Type Method Description OutputProcessorChainOutputProcessorChainImpl. createSubChain(OutputProcessor outputProcessor, XMLSecStartElement parentXMLSecStartElement)private voidOutputProcessorChainImpl. setParentXmlSecStartElement(XMLSecStartElement xmlSecStartElement) -
Uses of XMLSecStartElement in org.apache.xml.security.stax.impl.processor.input
Fields in org.apache.xml.security.stax.impl.processor.input declared as XMLSecStartElement Modifier and Type Field Description private XMLSecStartElementAbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor. parentXmlSecStartElementprivate XMLSecStartElementXMLEventReaderInputProcessor. parentXmlSecStartElementprivate XMLSecStartElementAbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier. startElementMethods in org.apache.xml.security.stax.impl.processor.input that return XMLSecStartElement Modifier and Type Method Description XMLSecStartElementAbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier. getStartElement()Methods in org.apache.xml.security.stax.impl.processor.input with parameters of type XMLSecStartElement Modifier and Type Method Description private InboundSecurityTokenAbstractDecryptInputProcessor. getSecurityToken(InputProcessorChain inputProcessorChain, XMLSecStartElement xmlSecStartElement, EncryptedDataType encryptedDataType)protected AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifierAbstractSignatureReferenceVerifyInputProcessor. getSignatureReferenceVerifier(XMLSecurityProperties securityProperties, InputProcessorChain inputProcessorChain, ReferenceType referenceType, XMLSecStartElement startElement)protected abstract voidAbstractDecryptInputProcessor. handleEncryptedContent(InputProcessorChain inputProcessorChain, XMLSecStartElement parentXMLSecStartElement, InboundSecurityToken inboundSecurityToken, EncryptedDataType encryptedDataType)protected voidXMLDecryptInputProcessor. handleEncryptedContent(InputProcessorChain inputProcessorChain, XMLSecStartElement parentXMLSecStartElement, InboundSecurityToken inboundSecurityToken, EncryptedDataType encryptedDataType)protected abstract voidAbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor. handleEncryptedElement(InputProcessorChain inputProcessorChain, XMLSecStartElement xmlSecStartElement, InboundSecurityToken inboundSecurityToken, EncryptedDataType encryptedDataType)protected voidXMLDecryptInputProcessor.DecryptedEventReaderInputProcessor. handleEncryptedElement(InputProcessorChain inputProcessorChain, XMLSecStartElement xmlSecStartElement, InboundSecurityToken inboundSecurityToken, EncryptedDataType encryptedDataType)protected ReferenceTypeAbstractDecryptInputProcessor. matchesReferenceId(XMLSecStartElement xmlSecStartElement)protected abstract AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessorAbstractDecryptInputProcessor. newDecryptedEventReaderInputProcessor(boolean encryptedHeader, XMLSecStartElement xmlSecStartElement, EncryptedDataType currentEncryptedDataType, InboundSecurityToken inboundSecurityToken, InboundSecurityContext inboundSecurityContext)protected AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessorXMLDecryptInputProcessor. newDecryptedEventReaderInputProcessor(boolean encryptedHeader, XMLSecStartElement xmlSecStartElement, EncryptedDataType currentEncryptedDataType, InboundSecurityToken inboundSecurityToken, InboundSecurityContext inboundSecurityContext)protected java.util.List<ReferenceType>AbstractSignatureReferenceVerifyInputProcessor. resolvesResource(XMLSecStartElement xmlSecStartElement)voidAbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier. setStartElement(XMLSecStartElement startElement)private java.io.InputStreamAbstractDecryptInputProcessor. writeWrapperStartElement(XMLSecStartElement xmlSecStartElement)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, EncryptedDataType encryptedDataType, AbstractDecryptInputProcessor abstractDecryptInputProcessor, InboundSecurityToken inboundSecurityToken)DecryptedEventReaderInputProcessor(XMLSecurityProperties securityProperties, SecurePart.Modifier encryptionModifier, boolean encryptedHeader, XMLSecStartElement xmlSecStartElement, EncryptedDataType encryptedDataType, XMLDecryptInputProcessor decryptInputProcessor, InboundSecurityToken inboundSecurityToken)InternalSignatureReferenceVerifier(XMLSecurityProperties securityProperties, InputProcessorChain inputProcessorChain, ReferenceType referenceType, XMLSecStartElement startElement) -
Uses of XMLSecStartElement in org.apache.xml.security.stax.impl.processor.output
Fields in org.apache.xml.security.stax.impl.processor.output declared as XMLSecStartElement Modifier and Type Field Description private static XMLSecStartElementAbstractEncryptOutputProcessor. wrapperStartElementprivate XMLSecStartElementAbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor. xmlSecStartElementprivate XMLSecStartElementAbstractSignatureEndingOutputProcessor.SignedInfoProcessor. xmlSecStartElementprivate XMLSecStartElementAbstractSignatureOutputProcessor.InternalSignatureOutputProcessor. xmlSecStartElementMethods in org.apache.xml.security.stax.impl.processor.output that return XMLSecStartElement Modifier and Type Method Description protected XMLSecStartElementAbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor. getXmlSecStartElement()Methods in org.apache.xml.security.stax.impl.processor.output with parameters of type XMLSecStartElement Modifier and Type Method Description protected TransformerAbstractSignatureOutputProcessor. buildTransformerChain(java.io.OutputStream outputStream, SignaturePartDef signaturePartDef, XMLSecStartElement xmlSecStartElement)protected AbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessorXMLEncryptOutputProcessor. 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.SignedInfoProcessorAbstractSignatureEndingOutputProcessor. newSignedInfoProcessor(SignatureAlgorithm signatureAlgorithm, java.lang.String signatureId, XMLSecStartElement xmlSecStartElement, OutputProcessorChain outputProcessorChain)protected AbstractSignatureEndingOutputProcessor.SignedInfoProcessorXMLSignatureEndingOutputProcessor. newSignedInfoProcessor(SignatureAlgorithm signatureAlgorithm, java.lang.String signatureId, XMLSecStartElement xmlSecStartElement, OutputProcessorChain outputProcessorChain)protected voidAbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor. processEventInternal(XMLSecStartElement xmlSecStartElement, OutputProcessorChain outputProcessorChain)Creates the Data structure around the cipher dataprotected voidAbstractEncryptOutputProcessor.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, java.lang.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 XMLSecStartElement Modifier and Type Method Description booleanResolverFilesystem. matches(XMLSecStartElement xmlSecStartElement)booleanResolverHttp. matches(XMLSecStartElement xmlSecStartElement)booleanResolverSameDocument. matches(XMLSecStartElement xmlSecStartElement)booleanResolverSameDocument. matches(XMLSecStartElement xmlSecStartElement, javax.xml.namespace.QName idAttributeNS)booleanResolverXPointer. matches(XMLSecStartElement xmlSecStartElement)booleanResolverXPointer. 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 classXMLSecStartElementImplFields in org.apache.xml.security.stax.impl.stax declared as XMLSecStartElement Modifier and Type Field Description protected XMLSecStartElementXMLSecEventBaseImpl. parentXMLSecStartELementMethods in org.apache.xml.security.stax.impl.stax that return XMLSecStartElement Modifier and Type Method Description XMLSecStartElementXMLSecEventBaseImpl. asStartElement()XMLSecStartElementXMLSecStartElementImpl. asStartElement()XMLSecStartElementXMLSecEventBaseImpl. getParentXMLSecStartElement()XMLSecStartElementXMLSecEventBaseImpl. getStartElementAtLevel(int level)XMLSecStartElementXMLSecStartElementImpl. getStartElementAtLevel(int level)Methods in org.apache.xml.security.stax.impl.stax with parameters of type XMLSecStartElement Modifier and Type Method Description voidXMLSecEventBaseImpl. 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
-