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.security.PrivateKey 格式。谁能告诉我最安全的方法是什么?
如果密钥(带有证书)存储在 PKCS#12 中,您可以使用 Java 中的KeyStore。
其他充气城堡可以帮助你(我没有充气城堡的经验)。