Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 Jersey 开发了 Restful 服务。这些服务主要处理信用卡信息。我想在它之上添加安全性。我只需要将信用卡信息安全地发送到服务器。没有数据库可以验证任何用户。
我检查了 Jersey oauth,但无法理解任何内容。我需要帮助来保护我的 Web 服务。
更新:
我不需要任何基于用户的授权。我需要使用加密发送数据(以 XML 格式),并且我想在服务器中对其进行解密。