com.sun.xml.ws.security.opt.impl.incoming.processor
Class KeyValueProcessor

java.lang.Object
  extended by com.sun.xml.ws.security.opt.impl.incoming.processor.KeyValueProcessor

public class KeyValueProcessor
extends Object

Author:
K.Venugopal@sun.com

Constructor Summary
KeyValueProcessor(JAXBFilterProcessingContext pc, XMLStreamWriter writer)
          Creates a new instance of KeyValueProcessor
 
Method Summary
 Key processKeyValue(XMLStreamReader reader)
          processes the KeyValue token and returns the Key
 Key processRSAKeyValue(XMLStreamReader reader)
          gets the RSA KeyValue from the reader and returns the Key
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyValueProcessor

public KeyValueProcessor(JAXBFilterProcessingContext pc,
                         XMLStreamWriter writer)
Creates a new instance of KeyValueProcessor

Method Detail

processKeyValue

public Key processKeyValue(XMLStreamReader reader)
                    throws XMLStreamException,
                           XWSSecurityException
processes the KeyValue token and returns the Key

Parameters:
reader - XMLStreamReader
Returns:
Key
Throws:
XMLStreamException
XWSSecurityException

processRSAKeyValue

public Key processRSAKeyValue(XMLStreamReader reader)
                       throws XMLStreamException,
                              XWSSecurityException
gets the RSA KeyValue from the reader and returns the Key

Parameters:
reader - XMLStreamReader
Returns:
Key
Throws:
XMLStreamException
XWSSecurityException


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.