简体   繁体   English

使用WSS4J签名SOAP消息

[英]Signing SOAP messages using WSS4J

We need to sign a SOAP message with a certificate in Websphere 7. Currently we are looking at using WSS4J from Apache and are approaching this in the java code itself. 我们需要在Websphere 7中使用证书对SOAP消息进行签名。当前,我们正在研究使用来自Apache的WSS4J,并正在Java代码本身中进行处理。

Does anyone have any experience signing SOAP messages in Websphere or otherwise? 是否有人在Websphere或其他方面具有签署SOAP消息的经验?

您是否考虑过使用WSSSignPart API

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在Java中使用WSS4j签名肥皂消息 - Signing soap message using WSS4j in Java WSS4j元素在签名SOAP消息期间排序 - WSS4j elements order during signing SOAP message 有没有办法在使用 WS-SecurityPolicy 方法时添加 WSS4J 拦截器来签署 SOAP 请求? - Is there a way to add a WSS4J interceptor for signing SOAP reqeust when using WS-SecurityPolicy approach? 使用 CXF 和 WSS4J for X509Certificate 的 SOAP WsSecurity 数字签名 - SOAP WsSecurity Digital Signing using CXF and WSS4J for X509Certificate 如何使用WSS4J对SOAP进行签名来更正SecurityTokenReference - Howto correct SecurityTokenReference, using WSS4J to sign SOAP 使用 WSS4J (SOAP) 在 CXF WebServices 中实现身份验证 - Implement Authentication in CXF WebServices using WSS4J (SOAP) Signing SOAP header using Wss4j in Spring throwing errors “Caused by: java.security.UnrecoverableKeyException: Given final block not properly padded” - Signing SOAP header using Wss4j in Spring throwing errors “Caused by: java.security.UnrecoverableKeyException: Given final block not properly padded” 首次签名后,Coldfusion WSS4J Java肥皂签名者证书消失了 - Coldfusion WSS4J java soap signer certificate gone after first signing 如何使用Eclipse生成的代理(轴1.4)通过WSS4J对SOAP请求进行数字签名? - How to digitally sign SOAP request using Eclipse generated proxy (axis 1.4) via WSS4J? wss4j:1.6.5 - 将 BinarySecurityToken 添加到 SOAP 请求 - wss4j:1.6.5 - Add BinarySecurityToken to SOAP request
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM