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.
我正在开发一个具有所有安全功能的聊天室 - 例如公钥加密(每个聊天客户端的公钥和私钥对)以及签署其公钥的证书颁发机构。谁能告诉我如何使用 keytool 工具在 java 中生成公钥对?我知道基本的 keytool 命令,但是如何在 java 中使用它们?
这是关于Java Keytool 命令的