|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of XMLSecStartElement in org.apache.xml.security.stax.ext |
|---|
| Methods in org.apache.xml.security.stax.ext that return XMLSecStartElement | |
|---|---|
XMLSecStartElement |
AbstractOutputProcessor.addAttributes(XMLSecStartElement xmlSecStartElement,
List<XMLSecAttribute> attributeList)
|
XMLSecStartElement |
AbstractOutputProcessor.createStartElementAndOutputAsEvent(OutputProcessorChain outputProcessorChain,
QName element,
boolean outputLocalNs,
List<XMLSecAttribute> attributes)
|
| Methods in org.apache.xml.security.stax.ext with parameters of type XMLSecStartElement | |
|---|---|
XMLSecStartElement |
AbstractOutputProcessor.addAttributes(XMLSecStartElement xmlSecStartElement,
List<XMLSecAttribute> attributeList)
|
OutputProcessorChain |
OutputProcessorChain.createSubChain(OutputProcessor outputProcessor,
XMLSecStartElement parentXMLSecStartElement)
|
static Set<String> |
XMLSecurityUtils.getExcC14NInclusiveNamespacePrefixes(XMLSecStartElement xmlSecStartElement,
boolean excludeVisible)
|
Attribute |
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 XMLSecStartElement | |
|---|---|
XMLSecStartElement |
XMLSecEvent.asStartElement()
|
XMLSecStartElement |
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)
|
XMLSecStartElement |
XMLSecEvent.getParentXMLSecStartElement()
|
XMLSecStartElement |
XMLSecEvent.getStartElementAtLevel(int level)
|
| Methods in org.apache.xml.security.stax.ext.stax with parameters of type XMLSecStartElement | |
|---|---|
static 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 XMLSecStartElement | |
|---|---|
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 | |
|---|---|
XMLSecStartElement |
AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier.getStartElement()
|
| Methods in org.apache.xml.security.stax.impl.processor.input with parameters of type XMLSecStartElement | |
|---|---|
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 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 | |
|---|---|
AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor(XMLSecurityProperties securityProperties,
SecurePart.Modifier encryptionModifier,
boolean encryptedHeader,
XMLSecStartElement xmlSecStartElement,
org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType,
AbstractDecryptInputProcessor abstractDecryptInputProcessor,
InboundSecurityToken inboundSecurityToken)
|
|
AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier(XMLSecurityProperties securityProperties,
InputProcessorChain inputProcessorChain,
org.apache.xml.security.binding.xmldsig.ReferenceType referenceType,
XMLSecStartElement startElement)
|
|
XMLDecryptInputProcessor.DecryptedEventReaderInputProcessor(XMLSecurityProperties securityProperties,
SecurePart.Modifier encryptionModifier,
boolean encryptedHeader,
XMLSecStartElement xmlSecStartElement,
org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType,
XMLDecryptInputProcessor decryptInputProcessor,
InboundSecurityToken inboundSecurityToken)
|
|
| 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 | |
|---|---|
protected XMLSecStartElement |
AbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor.getXmlSecStartElement()
|
| Methods in org.apache.xml.security.stax.impl.processor.output with parameters of type XMLSecStartElement | |
|---|---|
protected Transformer |
AbstractSignatureOutputProcessor.buildTransformerChain(OutputStream outputStream,
SignaturePartDef signaturePartDef,
XMLSecStartElement xmlSecStartElement)
|
protected AbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor |
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 AbstractSignatureEndingOutputProcessor.SignedInfoProcessor |
XMLSignatureEndingOutputProcessor.newSignedInfoProcessor(SignatureAlgorithm signatureAlgorithm,
XMLSecStartElement xmlSecStartElement,
OutputProcessorChain outputProcessorChain)
|
protected abstract AbstractSignatureEndingOutputProcessor.SignedInfoProcessor |
AbstractSignatureEndingOutputProcessor.newSignedInfoProcessor(SignatureAlgorithm signatureAlgorithm,
XMLSecStartElement xmlSecStartElement,
OutputProcessorChain outputProcessorChain)
|
protected void |
AbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor.processEventInternal(XMLSecStartElement xmlSecStartElement,
OutputProcessorChain outputProcessorChain)
Creates the Data structure around the cipher data |
protected void |
AbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor.setXmlSecStartElement(XMLSecStartElement xmlSecStartElement)
|
| Constructors in org.apache.xml.security.stax.impl.processor.output with parameters of type XMLSecStartElement | |
|---|---|
AbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor(EncryptionPartDef encryptionPartDef,
XMLSecStartElement xmlSecStartElement,
String encoding)
|
|
AbstractSignatureEndingOutputProcessor.SignedInfoProcessor(SignatureAlgorithm signatureAlgorithm,
XMLSecStartElement xmlSecStartElement)
|
|
AbstractSignatureOutputProcessor.InternalSignatureOutputProcessor(SignaturePartDef signaturePartDef,
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 | |
|---|---|
boolean |
ResolverFilesystem.matches(XMLSecStartElement xmlSecStartElement)
|
boolean |
ResolverHttp.matches(XMLSecStartElement xmlSecStartElement)
|
boolean |
ResolverSameDocument.matches(XMLSecStartElement xmlSecStartElement)
|
boolean |
ResolverXPointer.matches(XMLSecStartElement xmlSecStartElement)
|
| Uses of XMLSecStartElement in org.apache.xml.security.stax.impl.stax |
|---|
| Classes in org.apache.xml.security.stax.impl.stax that implement XMLSecStartElement | |
|---|---|
class |
XMLSecStartElementImpl
|
| Fields in org.apache.xml.security.stax.impl.stax declared as XMLSecStartElement | |
|---|---|
protected XMLSecStartElement |
XMLSecEventBaseImpl.parentXMLSecStartELement
|
| Methods in org.apache.xml.security.stax.impl.stax that return XMLSecStartElement | |
|---|---|
XMLSecStartElement |
XMLSecStartElementImpl.asStartElement()
|
XMLSecStartElement |
XMLSecEventBaseImpl.asStartElement()
|
XMLSecStartElement |
XMLSecEventBaseImpl.getParentXMLSecStartElement()
|
XMLSecStartElement |
XMLSecStartElementImpl.getStartElementAtLevel(int level)
|
XMLSecStartElement |
XMLSecEventBaseImpl.getStartElementAtLevel(int level)
|
| Methods in org.apache.xml.security.stax.impl.stax with parameters of type XMLSecStartElement | |
|---|---|
void |
XMLSecEventBaseImpl.setParentXMLSecStartElement(XMLSecStartElement xmlSecStartElement)
|
| Constructors in org.apache.xml.security.stax.impl.stax with parameters of type XMLSecStartElement | |
|---|---|
XMLSecCharactersImpl(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 |
|---|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||