| Package | Description |
|---|---|
| org.apache.xml.security.binding.xmlenc | |
| org.apache.xml.security.stax.impl.processor.input |
| Modifier and Type | Method and Description |
|---|---|
EncryptedDataType |
ObjectFactory.createEncryptedDataType()
Create an instance of
EncryptedDataType |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<EncryptedDataType> |
ObjectFactory.createEncryptedData(EncryptedDataType value)
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<EncryptedDataType> |
ObjectFactory.createEncryptedData(EncryptedDataType value)
|
| Modifier and Type | Method and Description |
|---|---|
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 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) |
| Constructor and Description |
|---|
AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor(XMLSecurityProperties securityProperties,
SecurePart.Modifier encryptionModifier,
boolean encryptedHeader,
XMLSecStartElement xmlSecStartElement,
EncryptedDataType encryptedDataType,
AbstractDecryptInputProcessor abstractDecryptInputProcessor,
InboundSecurityToken inboundSecurityToken) |
XMLDecryptInputProcessor.DecryptedEventReaderInputProcessor(XMLSecurityProperties securityProperties,
SecurePart.Modifier encryptionModifier,
boolean encryptedHeader,
XMLSecStartElement xmlSecStartElement,
EncryptedDataType encryptedDataType,
XMLDecryptInputProcessor decryptInputProcessor,
InboundSecurityToken inboundSecurityToken) |
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.