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.
我正在尝试将 X509CertImpl 转换为 X509CRLEntry 以便我可以生成我的 X509CRLImpl 但我找不到这样做的方法,这不应该很容易吗?CRL 应该由撤销的 X509 证书组成,因此它必须是一种简单的方法!
我正在使用 sun.security.x509 和 java.security.cert 包
感谢您的帮助!
CRL 不包含证书,因此您无法从 CRL 获得证书。