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 EncryptedDataType
ObjectFactory. createEncryptedDataType()
Create an instance ofEncryptedDataType
Methods 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 EncryptedDataType
AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor. encryptedDataType
Methods in org.apache.xml.security.stax.impl.processor.input that return EncryptedDataType Modifier and Type Method Description private EncryptedDataType
AbstractDecryptInputProcessor. 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 InboundSecurityToken
AbstractDecryptInputProcessor. getSecurityToken(InputProcessorChain inputProcessorChain, XMLSecStartElement xmlSecStartElement, EncryptedDataType encryptedDataType)
protected abstract void
AbstractDecryptInputProcessor. handleCipherReference(InputProcessorChain inputProcessorChain, EncryptedDataType encryptedDataType, javax.crypto.Cipher cipher, InboundSecurityToken inboundSecurityToken)
protected void
XMLDecryptInputProcessor. handleCipherReference(InputProcessorChain inputProcessorChain, EncryptedDataType encryptedDataType, javax.crypto.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 java.io.InputStream
AbstractDecryptInputProcessor. handleXOPInclude(InputProcessorChain inputProcessorChain, EncryptedDataType encryptedDataType, java.lang.String href, javax.crypto.Cipher cipher, InboundSecurityToken inboundSecurityToken)
protected java.io.InputStream
XMLDecryptInputProcessor. handleXOPInclude(InputProcessorChain inputProcessorChain, EncryptedDataType encryptedDataType, java.lang.String href, javax.crypto.Cipher cipher, InboundSecurityToken inboundSecurityToken)
protected abstract AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor
AbstractDecryptInputProcessor. newDecryptedEventReaderInputProcessor(boolean encryptedHeader, XMLSecStartElement xmlSecStartElement, EncryptedDataType currentEncryptedDataType, InboundSecurityToken inboundSecurityToken, InboundSecurityContext inboundSecurityContext)
protected AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor
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 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)
-