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 Cryptography API 和 MySQL 编写动态 Web 服务。
我正在进行的项目要求 RSA 证书可以保存到数据库中,或通过 Internet 与其他用户共享。
具体来说,有谁知道将 X509Certificate 对象持久保存到 MySQL 数据库的最佳方法?
谢谢你。