I\'m trying to upgrade an app from JDK7 to JDK8 which uses the following classes from the sun.security.* packages
sun.security.*
sun.security.x509.X509CertImpl
There aren't any equivalents in the JDK8 public API. You should switch to the BouncyCastle API instead.