public class CipherDataProcessor extends Object
| Constructor and Description |
|---|
CipherDataProcessor(JAXBFilterProcessingContext pc)
Creates a new instance of CipherDataProcessor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAttachmentContentId() |
String |
getAttachmentContentType() |
boolean |
hasCipherReference() |
void |
process(XMLStreamReader reader)
processes the cipher data and sets the cipher value
|
byte[] |
readAsBytes() |
InputStream |
readAsStream() |
public CipherDataProcessor(JAXBFilterProcessingContext pc)
public void process(XMLStreamReader reader) throws XWSSecurityException
reader - XMLStreamReaderXWSSecurityExceptionpublic InputStream readAsStream() throws XWSSecurityException
XWSSecurityExceptionpublic byte[] readAsBytes()
throws XWSSecurityException
XWSSecurityExceptionpublic boolean hasCipherReference()
public String getAttachmentContentId()
public String getAttachmentContentType()
Copyright © 2005–2018 Oracle Corporation. All rights reserved.