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 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(XMLStreamReader reader)
throws XWSSecurityException
- processes the cipher data and sets the cipher value
- Parameters:
reader - XMLStreamReader
- Throws:
XWSSecurityException
readAsStream
public 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 String getAttachmentContentId()
getAttachmentContentType
public String getAttachmentContentType()
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.