how to encrypt element <wsu:expires xmlns:wsu="#unknown"> element</wsu:expires>
XML / XSL
1
Posts
1
Posters
0
Views
1
Watching
-
I extracted the element ;2007-10-03T21:12:23Z</wsu:Expires>. I don't know how to encrypt this? Output should be something like this. <wsu:Timestamp > wsu:Created</wsu:Created> <xenc:EncryptedData > <xenc:EncryptionMethod /> <xenc:CipherData > <xenc:CipherValue </xenc:CipherValue> </xenc:CipherData> </xenc:CipherData> </xenc:EncryptedData> </wsu:Timestamp>
modified on Thursday, June 4, 2009 3:07 AM