com.sun.xml.ws.security.opt.impl.incoming.processor
Class CipherDataProcessor
java.lang.Object
com.sun.xml.ws.security.opt.impl.incoming.processor.CipherDataProcessor
public class CipherDataProcessor
- extends java.lang.Object
- Author:
- K.Venugopal@sun.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CipherDataProcessor
public CipherDataProcessor(JAXBFilterProcessingContext pc)
- Creates a new instance of CipherDataProcessor
process
public void process(javax.xml.stream.XMLStreamReader reader)
throws XWSSecurityException
- processes the cipher data and sets the cipher value
- Parameters:
reader - XMLStreamReader
- Throws:
XWSSecurityException
readAsStream
public java.io.InputStream readAsStream()
throws XWSSecurityException
- Returns:
- InputStream
- Throws:
XWSSecurityException
readAsBytes
public byte[] readAsBytes()
throws XWSSecurityException
- Returns:
- byte[] cipherValue
- Throws:
XWSSecurityException
hasCipherReference
public boolean hasCipherReference()
getAttachmentContentId
public java.lang.String getAttachmentContentId()
getAttachmentContentType
public java.lang.String getAttachmentContentType()
Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.