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 ofEncryptedDataTypeMethods 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 EncryptedDataTypeAbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor.encryptedDataTypeMethods in org.apache.xml.security.stax.impl.processor.input that return EncryptedDataTypeModifier and TypeMethodDescriptionprivate EncryptedDataTypeAbstractDecryptInputProcessor.parseEncryptedDataStructure(boolean isSecurityHeaderEvent, XMLSecEvent xmlSecEvent, InputProcessorChain subInputProcessorChain) Methods in org.apache.xml.security.stax.impl.processor.input with parameters of type EncryptedDataTypeModifier and TypeMethodDescriptionprivate InboundSecurityTokenAbstractDecryptInputProcessor.getSecurityToken(InputProcessorChain inputProcessorChain, XMLSecStartElement xmlSecStartElement, EncryptedDataType encryptedDataType) protected abstract voidAbstractDecryptInputProcessor.handleCipherReference(InputProcessorChain inputProcessorChain, EncryptedDataType encryptedDataType, Cipher cipher, InboundSecurityToken inboundSecurityToken) protected voidXMLDecryptInputProcessor.handleCipherReference(InputProcessorChain inputProcessorChain, EncryptedDataType encryptedDataType, Cipher cipher, InboundSecurityToken inboundSecurityToken) 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 abstract voidAbstractDecryptInputProcessor.handleSecurityToken(InboundSecurityToken inboundSecurityToken, InboundSecurityContext inboundSecurityContext, EncryptedDataType encryptedDataType) protected voidXMLDecryptInputProcessor.handleSecurityToken(InboundSecurityToken inboundSecurityToken, InboundSecurityContext inboundSecurityContext, EncryptedDataType encryptedDataType) protected abstract InputStreamAbstractDecryptInputProcessor.handleXOPInclude(InputProcessorChain inputProcessorChain, EncryptedDataType encryptedDataType, String href, Cipher cipher, InboundSecurityToken inboundSecurityToken) protected InputStreamXMLDecryptInputProcessor.handleXOPInclude(InputProcessorChain inputProcessorChain, EncryptedDataType encryptedDataType, String href, Cipher cipher, InboundSecurityToken inboundSecurityToken) protected abstract AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessorAbstractDecryptInputProcessor.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)