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

public class CipherDataProcessor extends Object
Author:
K.Venugopal@sun.com
  • Constructor Details

  • Method Details

    • process

      public void process(XMLStreamReader reader)
      processes the cipher data and sets the cipher value
      Parameters:
      reader - XMLStreamReader
    • readAsStream

      public InputStream readAsStream() throws XWSSecurityException
      Returns:
      InputStream
      Throws:
      XWSSecurityException
    • readAsBytes

      public byte[] readAsBytes()
      Returns:
      byte[] cipherValue
    • hasCipherReference

      public boolean hasCipherReference()
    • getAttachmentContentId

      public String getAttachmentContentId()
    • getAttachmentContentType

      public String getAttachmentContentType()