com.sun.xml.ws.security.opt.impl.incoming.processor
Class CipherDataProcessor

java.lang.Object
  extended by com.sun.xml.ws.security.opt.impl.incoming.processor.CipherDataProcessor

public class CipherDataProcessor
extends Object

Author:
K.Venugopal@sun.com

Constructor Summary
CipherDataProcessor(JAXBFilterProcessingContext pc)
          Creates a new instance of CipherDataProcessor
 
Method Summary
 String getAttachmentContentId()
           
 String getAttachmentContentType()
           
 boolean hasCipherReference()
           
 void process(XMLStreamReader reader)
          processes the cipher data and sets the cipher value
 byte[] readAsBytes()
           
 InputStream readAsStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CipherDataProcessor

public CipherDataProcessor(JAXBFilterProcessingContext pc)
Creates a new instance of CipherDataProcessor

Method Detail

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.