Class KeyValueProcessor
- java.lang.Object
-
- com.sun.xml.ws.security.opt.impl.incoming.processor.KeyValueProcessor
-
public class KeyValueProcessor extends Object
- Author:
- K.Venugopal@sun.com
-
-
Constructor Summary
Constructors Constructor Description KeyValueProcessor(JAXBFilterProcessingContext pc, XMLStreamWriter writer)Creates a new instance of KeyValueProcessor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyprocessKeyValue(XMLStreamReader reader)processes the KeyValue token and returns the KeyKeyprocessRSAKeyValue(XMLStreamReader reader)gets the RSA KeyValue from the reader and returns the Key
-
-
-
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, com.sun.xml.wss.XWSSecurityException
processes the KeyValue token and returns the Key- Parameters:
reader- XMLStreamReader- Returns:
- Key
- Throws:
XMLStreamExceptioncom.sun.xml.wss.XWSSecurityException
-
processRSAKeyValue
public Key processRSAKeyValue(XMLStreamReader reader) throws XMLStreamException, com.sun.xml.wss.XWSSecurityException
gets the RSA KeyValue from the reader and returns the Key- Parameters:
reader- XMLStreamReader- Returns:
- Key
- Throws:
XMLStreamExceptioncom.sun.xml.wss.XWSSecurityException
-
-