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.
我必须在 Java 1.4(约束)中开发一个 RESTful 客户端。此客户端应通过 SSL (Https) 调用 WS。我能够通过 http 成功调用 WS,但 https 超出了我的想象。请解释我要做什么以及如何导入证书等。另外我使用的是 vanilla Java 1.4,没有第三方 API。我在这里浏览了许多评论/帖子,但没有一个对我有用。
请帮忙。