Java Web服务: WS-Trust和WS-SecureConversation - 编程入门网
作者 佚名技术
来源 NET编程
浏览
发布时间 2012-06-14
; <xenc:EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#aes128-cbc"/> <ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#"> <wsse:SecurityTokenReference xmlns:wsse="...wssecurity-secext-1.0.xsd"> <wsse:Reference xmlns:wsse="..." URI="#derivedKeyId-11"/> </wsse:SecurityTokenReference> </ds:KeyInfo> <xenc:CipherData> <xenc:CipherValue>+krS8lGA...CKSN0fwKR36Q==</xenc:CipherValue> </xenc:CipherData> </xenc:EncryptedData> </soap:Body> </soap:Envelope> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <Action xmlns="http://www.w3.org/2005/08/addressing" >http://ws.sosnoski.com/seismic/wsdl/SeismicInterface/quakeResponse</Action> <MessageID xmlns="http://www.w3.org/2005/08/addressing" >urn:uuid:c3aa0671-8751-4d6b-8d4c-0e37ce3e394a</MessageID> <To xmlns="http://www.w3.org/2005/08/addressing" >http://www.w3.org/2005/08/addressing/anonymous</To> <RelatesTo xmlns="http://www.w3.org/2005/08/addressing" >urn:uuid:c724a446-4375-4e8a-a318-fd3c84510eae</RelatesTo> <wsse:Security xmlns:wsse="...wssecurity-secext-1.0.xsd" soap:mustUnderstand="1"> <wsc:DerivedKeyToken xmlns:wsc="...ws-secureconversation/200512" ... </wsc:DerivedKeyToken> <wsc:DerivedKeyToken xmlns:wsc="...ws-secureconversation/200512" ... </wsc:DerivedKeyToken> <xenc:ReferenceList xmlns:xenc="http://www.w3.org/2001/04/xmlenc#"> <xenc:DataReference URI="#EncDataId-12"/> </xenc:ReferenceList> <ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#" Id="Signature-10"> <ds:SignedInfo> ... <ds:Reference URI="#Id-10766816"> ... </ds:Reference> </ds:SignedInfo> <ds:SignatureValue>rU6YoV7BiO0qSQjWw2vwCp9R+fg=</ds:SignatureValue> <ds:KeyInfo Id="KeyId-A167EB2B526E0894DA127366040304813"> <wsse:SecurityTokenReference xmlns:wsse="...wssecurity-secext-1.0.xsd" ...> <wsse:Reference xmlns:wsse="..." URI="#derivedKeyId-9"/> </wsse:SecurityTokenReference> </ds:KeyInfo> </ds:Signature> </wsse:Security> </soap:Header> <soap:Body xmlns:wsu="...wssecurity-utility-1.0.xsd" wsu:Id="Id-10766816"> <xenc:EncryptedData xmlns:xenc="http://www.w3.org/2001/04/xmlenc#&quo |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
关于Java Web服务: WS-Trust和WS-SecureConversation - 编程入门网的所有评论