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

Remove the dependency on SecurityManager in JceSecurityManager.java

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 18
    • None
    • security-libs

      JceSecurityManager is a subclass of SecurityManager in order to get the class context and eventually the classes to determine if any required signing of providers or crypto permissions overriding of applications is necessary.

      JEP 411 proposes to deprecate the SecurityManager for removal. If JEP 411 is approved, we will need to eventually remove the dependency "extends SecurityManager".

      The class stack hierarchy can be obtained using the newer JDK 9 API StackWalker. Once the class is obtained, the CodeBase/ProtectionDomain jar verifications can proceed as before.

            wetmore Bradford Wetmore
            wetmore Bradford Wetmore
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: