将密钥库与 Websphere 和 WSS4j 结合使用
我正在实现一种解决方案,其中包括使用 WSS4j 进行签名验证和解密。将有两个密钥存储,每个用于这些目的。这是在 servlet 中完成的网络应用程序。为了进行测试,我将密钥存储/加密属性文件放入 EAR 中,但我们需要一个更长期的解决方案。
有没有办法在 Websphere 上存储密钥存储,也许可以通过 WSS4J 的加密对象引用的 JNDI?我们的管理员试图避免将密钥库直接放置在文件系统上。
I am implementing a solution that includes using WSS4j for signature validation and decryption.There will be two key stores, one for each of these purposes.This is being done in a servlet webapp. For testing I am putting the key store/crypto properties files in the EAR but we need a more long term solution.
Is there a way to store the key store on Websphere, perhaps through a JNDI that could be referenced by a crypto object for WSS4J? Our administrator is trying to avoid placing the keystore straight on the file system.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论