org.apache.xml.security.stax.impl.processor.input
Class XMLEncryptedKeyInputHandler
java.lang.Object
org.apache.xml.security.stax.ext.AbstractInputSecurityHeaderHandler
org.apache.xml.security.stax.impl.processor.input.XMLEncryptedKeyInputHandler
- All Implemented Interfaces:
- XMLSecurityHeaderHandler
public class XMLEncryptedKeyInputHandler
- extends AbstractInputSecurityHeaderHandler
An input handler for the EncryptedKey XML Structure
- Version:
- $Revision: 1360243 $ $Date: 2012-07-11 16:53:55 +0100 (Wed, 11 Jul 2012) $
- Author:
- $Author: coheigea $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLEncryptedKeyInputHandler
public XMLEncryptedKeyInputHandler()
handle
public void handle(InputProcessorChain inputProcessorChain,
XMLSecurityProperties securityProperties,
Deque<XMLSecEvent> eventQueue,
Integer index)
throws XMLSecurityException
- Throws:
XMLSecurityException
handle
public void handle(InputProcessorChain inputProcessorChain,
org.apache.xml.security.binding.xmlenc.EncryptedKeyType encryptedKeyType,
XMLSecEvent responsibleXMLSecStartXMLEvent,
XMLSecurityProperties securityProperties)
throws XMLSecurityException
- Throws:
XMLSecurityException
handleReferenceList
protected void handleReferenceList(InputProcessorChain inputProcessorChain,
org.apache.xml.security.binding.xmlenc.EncryptedKeyType encryptedKeyType,
XMLSecurityProperties securityProperties)
throws XMLSecurityException
- Throws:
XMLSecurityException
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.