public class KeyValueProcessor extends Object
| Constructor and Description |
|---|
KeyValueProcessor(JAXBFilterProcessingContext pc,
XMLStreamWriter writer)
Creates a new instance of KeyValueProcessor
|
| Modifier and Type | Method and Description |
|---|---|
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
|
public KeyValueProcessor(JAXBFilterProcessingContext pc, XMLStreamWriter writer)
public Key processKeyValue(XMLStreamReader reader) throws XMLStreamException, XWSSecurityException
reader - XMLStreamReaderXMLStreamExceptionXWSSecurityExceptionpublic Key processRSAKeyValue(XMLStreamReader reader) throws XMLStreamException, XWSSecurityException
reader - XMLStreamReaderXMLStreamExceptionXWSSecurityExceptionCopyright © 2005–2018 Oracle Corporation. All rights reserved.