Uses of Class
org.apache.xml.security.binding.xmlenc.EncryptedDataType
Packages that use EncryptedDataType
Package
Description
-
Uses of EncryptedDataType in org.apache.xml.security.binding.xmlenc
Methods in org.apache.xml.security.binding.xmlenc that return EncryptedDataTypeModifier and TypeMethodDescriptionObjectFactory.createEncryptedDataType()
Create an instance ofEncryptedDataType
Methods in org.apache.xml.security.binding.xmlenc that return types with arguments of type EncryptedDataTypeMethods in org.apache.xml.security.binding.xmlenc with parameters of type EncryptedDataType -
Uses of EncryptedDataType in org.apache.xml.security.stax.impl.processor.input
Fields in org.apache.xml.security.stax.impl.processor.input declared as EncryptedDataTypeModifier and TypeFieldDescriptionprivate EncryptedDataType
AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor.encryptedDataType
Methods in org.apache.xml.security.stax.impl.processor.input that return EncryptedDataTypeModifier and TypeMethodDescriptionprivate EncryptedDataType
AbstractDecryptInputProcessor.parseEncryptedDataStructure
(boolean isSecurityHeaderEvent, XMLSecEvent xmlSecEvent, InputProcessorChain subInputProcessorChain) Methods in org.apache.xml.security.stax.impl.processor.input with parameters of type EncryptedDataTypeModifier and TypeMethodDescriptionprivate InboundSecurityToken
AbstractDecryptInputProcessor.getSecurityToken
(InputProcessorChain inputProcessorChain, XMLSecStartElement xmlSecStartElement, EncryptedDataType encryptedDataType) protected abstract void
AbstractDecryptInputProcessor.handleCipherReference
(InputProcessorChain inputProcessorChain, EncryptedDataType encryptedDataType, Cipher cipher, InboundSecurityToken inboundSecurityToken) protected void
XMLDecryptInputProcessor.handleCipherReference
(InputProcessorChain inputProcessorChain, EncryptedDataType encryptedDataType, Cipher cipher, InboundSecurityToken inboundSecurityToken) protected abstract void
AbstractDecryptInputProcessor.handleEncryptedContent
(InputProcessorChain inputProcessorChain, XMLSecStartElement parentXMLSecStartElement, InboundSecurityToken inboundSecurityToken, EncryptedDataType encryptedDataType) protected void
XMLDecryptInputProcessor.handleEncryptedContent
(InputProcessorChain inputProcessorChain, XMLSecStartElement parentXMLSecStartElement, InboundSecurityToken inboundSecurityToken, EncryptedDataType encryptedDataType) protected abstract void
AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor.handleEncryptedElement
(InputProcessorChain inputProcessorChain, XMLSecStartElement xmlSecStartElement, InboundSecurityToken inboundSecurityToken, EncryptedDataType encryptedDataType) protected void
XMLDecryptInputProcessor.DecryptedEventReaderInputProcessor.handleEncryptedElement
(InputProcessorChain inputProcessorChain, XMLSecStartElement xmlSecStartElement, InboundSecurityToken inboundSecurityToken, EncryptedDataType encryptedDataType) protected abstract void
AbstractDecryptInputProcessor.handleSecurityToken
(InboundSecurityToken inboundSecurityToken, InboundSecurityContext inboundSecurityContext, EncryptedDataType encryptedDataType) protected void
XMLDecryptInputProcessor.handleSecurityToken
(InboundSecurityToken inboundSecurityToken, InboundSecurityContext inboundSecurityContext, EncryptedDataType encryptedDataType) protected abstract InputStream
AbstractDecryptInputProcessor.handleXOPInclude
(InputProcessorChain inputProcessorChain, EncryptedDataType encryptedDataType, String href, Cipher cipher, InboundSecurityToken inboundSecurityToken) protected InputStream
XMLDecryptInputProcessor.handleXOPInclude
(InputProcessorChain inputProcessorChain, EncryptedDataType encryptedDataType, String href, Cipher cipher, InboundSecurityToken inboundSecurityToken) protected abstract AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor
AbstractDecryptInputProcessor.newDecryptedEventReaderInputProcessor
(boolean encryptedHeader, XMLSecStartElement xmlSecStartElement, EncryptedDataType currentEncryptedDataType, InboundSecurityToken inboundSecurityToken, InboundSecurityContext inboundSecurityContext) XMLDecryptInputProcessor.newDecryptedEventReaderInputProcessor
(boolean encryptedHeader, XMLSecStartElement xmlSecStartElement, EncryptedDataType currentEncryptedDataType, InboundSecurityToken inboundSecurityToken, InboundSecurityContext inboundSecurityContext) Constructors in org.apache.xml.security.stax.impl.processor.input with parameters of type EncryptedDataTypeModifierConstructorDescriptionAbstractDecryptedEventReaderInputProcessor
(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)