Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8062598

Migrate use of com.sun.crypto.provider.** to supported API

XMLWordPrintable

      All com.sun.crypto.** classes are JDK internal APIs that are not supported and should not be used. This issue documents the supported APIs that you should migrate to use.

      Use of com.sun.crypto.provider.SunJCE should be replaced with java.security.Security.getInstance("...") and see Crypto Providers Documentation [1] for details.

      [1] http://docs.oracle.com/javase/8/docs/technotes/guides/security/SunProviders.html

            mchung Mandy Chung
            mchung Mandy Chung
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: