Class CipherDataProcessor


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

    • Method Detail

      • process

        public void process​(XMLStreamReader reader)
                     throws com.sun.xml.wss.XWSSecurityException
        processes the cipher data and sets the cipher value
        Parameters:
        reader - XMLStreamReader
        Throws:
        com.sun.xml.wss.XWSSecurityException
      • readAsStream

        public InputStream readAsStream()
                                 throws com.sun.xml.wss.XWSSecurityException
        Returns:
        InputStream
        Throws:
        com.sun.xml.wss.XWSSecurityException
      • readAsBytes

        public byte[] readAsBytes()
                           throws com.sun.xml.wss.XWSSecurityException
        Returns:
        byte[] cipherValue
        Throws:
        com.sun.xml.wss.XWSSecurityException
      • hasCipherReference

        public boolean hasCipherReference()
      • getAttachmentContentId

        public String getAttachmentContentId()
      • getAttachmentContentType

        public String getAttachmentContentType()