replace classes from sun.security.* packages

前端 未结 1 1908
挽巷
挽巷 2021-01-11 10:16

I\'m trying to upgrade an app from JDK7 to JDK8 which uses the following classes from the sun.security.* packages

sun.security.x509.X509CertImpl         


        
相关标签:
1条回答
  • 2021-01-11 11:01

    There aren't any equivalents in the JDK8 public API. You should switch to the BouncyCastle API instead.

    0 讨论(0)
提交回复
热议问题