Hi Marc, Thanks for looking into this ticket. I appreciate your hints but I would like to let you know that I am new to both StAX and encryption concepts.
>From the hints you provided I am thinking that you wish to say while loop reads everything so nothing more is left for the other method to read. As advised by Colm my understanding is also that the while loop is reading the stream, adding to this there is a listener pattern so it is collecting security events. The expected output from below statement is that a document object is returned which has decrypted xml in it. Document document = StAX2DOM.readDoc( > > > XMLUtils.createDocumentBuilder(false), > > > securityStreamReader); return document; Please correct me if you think I am wrong, appreciate your assistance and time. Thanks Regards Mujahed Syed -- View this message in context: http://apache-xml-project.6118.n7.nabble.com/newbie-decryption-stream-using-stax-tp41280p41308.html Sent from the Apache XML - Security - Dev mailing list archive at Nabble.com.
