com.sun.xml.ws.security.opt.impl.incoming.processor
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyValueProcessor
public KeyValueProcessor(JAXBFilterProcessingContext pc,
javax.xml.stream.XMLStreamWriter writer)
- Creates a new instance of KeyValueProcessor
processKeyValue
public Key processKeyValue(javax.xml.stream.XMLStreamReader reader)
throws javax.xml.stream.XMLStreamException,
XWSSecurityException
- processes the KeyValue token and returns the Key
- Parameters:
reader - XMLStreamReader
- Returns:
- Key
- Throws:
javax.xml.stream.XMLStreamException
XWSSecurityException
processRSAKeyValue
public Key processRSAKeyValue(javax.xml.stream.XMLStreamReader reader)
throws javax.xml.stream.XMLStreamException,
XWSSecurityException
- gets the RSA KeyValue from the reader and returns the Key
- Parameters:
reader - XMLStreamReader
- Returns:
- Key
- Throws:
javax.xml.stream.XMLStreamException
XWSSecurityException
Copyright © 2005-2012 Oracle Corporation. All Rights Reserved.