简体   繁体   English

在聊天室中使用keytool

[英]Using keytool for a chat room

I am developing a chatroom with all the security features- like public key encryption (public and private key pairs for every chat client) and also a certificate authority that signs their public keys. 我正在开发一个具有所有安全功能的聊天室,例如公共密钥加密(每个聊天客户端的公共和私有密钥对),以及用于签署其公共密钥的证书颁发机构。 Can anybody tell me how I can use the keytool facility to generate public private key pairs in java? 谁能告诉我如何使用keytool工具在Java中生成公共私钥对? I know the basic keytool commands, but how do I use them in java? 我知道基本的keytool命令,但是如何在Java中使用它们呢?

这是关于Java Keytool命令的

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM