Uses of Class
org.apache.xml.security.binding.xmlenc.EncryptedDataType
-
Packages that use EncryptedDataType Package Description org.apache.xml.security.binding.xmlenc org.apache.xml.security.stax.impl.processor.input -
-
Uses of EncryptedDataType in org.apache.xml.security.binding.xmlenc
Methods in org.apache.xml.security.binding.xmlenc that return EncryptedDataType Modifier and Type Method Description EncryptedDataTypeObjectFactory. createEncryptedDataType()Create an instance ofEncryptedDataTypeMethods in org.apache.xml.security.binding.xmlenc that return types with arguments of type EncryptedDataType Modifier and Type Method Description javax.xml.bind.JAXBElement<EncryptedDataType>ObjectFactory. createEncryptedData(EncryptedDataType value)Methods in org.apache.xml.security.binding.xmlenc with parameters of type EncryptedDataType Modifier and Type Method Description javax.xml.bind.JAXBElement<EncryptedDataType>ObjectFactory. createEncryptedData(EncryptedDataType value) -
Uses of EncryptedDataType in org.apache.xml.security.stax.impl.processor.input
Fields in org.apache.xml.security.stax.impl.processor.input declared as EncryptedDataType Modifier and Type Field Description private EncryptedDataTypeAbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor. encryptedDataTypeMethods in org.apache.xml.security.stax.impl.processor.input that return EncryptedDataType Modifier and Type Method Description private EncryptedDataTypeAbstractDecryptInputProcessor. parseEncryptedDataStructure(boolean isSecurityHeaderEvent, XMLSecEvent xmlSecEvent, InputProcessorChain subInputProcessorChain)Methods in org.apache.xml.security.stax.impl.processor.input with parameters of type EncryptedDataType Modifier and Type Method Description private InboundSecurityTokenAbstractDecryptInputProcessor. getSecurityToken(InputProcessorChain inputProcessorChain, XMLSecStartElement xmlSecStartElement, EncryptedDataType encryptedDataType)protected abstract voidAbstractDecryptInputProcessor. handleCipherReference(InputProcessorChain inputProcessorChain, EncryptedDataType encryptedDataType, javax.crypto.Cipher cipher, InboundSecurityToken inboundSecurityToken)protected voidXMLDecryptInputProcessor. handleCipherReference(InputProcessorChain inputProcessorChain, EncryptedDataType encryptedDataType, javax.crypto.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 java.io.InputStreamAbstractDecryptInputProcessor. handleXOPInclude(InputProcessorChain inputProcessorChain, EncryptedDataType encryptedDataType, java.lang.String href, javax.crypto.Cipher cipher, InboundSecurityToken inboundSecurityToken)protected java.io.InputStreamXMLDecryptInputProcessor. handleXOPInclude(InputProcessorChain inputProcessorChain, EncryptedDataType encryptedDataType, java.lang.String href, javax.crypto.Cipher cipher, InboundSecurityToken inboundSecurityToken)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)Constructors in org.apache.xml.security.stax.impl.processor.input with parameters of type EncryptedDataType 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)
-