以编程方式更改 java 密钥库的密码
如何从 java 代码更改 JKS 密钥库(及其中的所有条目)的密码?
How do I go about changing the password of a JKS keystore(and all entries in it) from java code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为您可以使用 此方法
I think you can rewrite keystore to the same file but different password with this method
也许expect4j就是答案。 http://code.google.com/p/expect4j/
它移植了原始expect 包到 java 并且它与提示和其他东西交互良好
Perhaps expect4j is the answer. http://code.google.com/p/expect4j/
It ports original expect package to java and it interacts well with prompts and stuff