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

            Assignee:
            Mandy Chung (Inactive)
            Reporter:
            Mandy Chung (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: