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

It seems like an obfuscation problem - JceSecurityManager NOT found

XMLWordPrintable

    • 1.2.1ea
    • sparc
    • solaris_7

      It seems like an obfuscation problem - JceSecurityManager NOT found.
      When I run Blowfish, DES, DESede and PBE algorithm uder Global Policy file,
      those algorithm won't work at all. Instead, the following exception came out.


      =========== MutualGlobalBlowfish ==========
      Exception in thread "main" java.lang.NoClassDefFoundError: javax.crypto.JceSecurityManager
              at javax.crypto.f.class$([DashoPro-V1.2-120198], Compiled Code)
              at javax.crypto.f.a([DashoPro-V1.2-120198], Compiled Code)
              at javax.crypto.b.a([DashoPro-V1.2-120198], Compiled Code)
              at javax.crypto.Cipher.getInstance([DashoPro-V1.2-120198], Compiled Code)
              at TestMutualGlobalBlowfish.runTest(TestMutualGlobalBlowfish.java, Compiled Code)
              at TestMutualGlobalBlowfish.run(TestMutualGlobalBlowfish.java, Compiled Code)
              at TestMutualGlobalBlowfish.main(TestMutualGlobalBlowfish.java, Compiled Code)
      =========== MutualGlobalDES ==========
      Exception in thread "main" java.lang.NoClassDefFoundError: javax.crypto.JceSecurityManager
              at javax.crypto.f.class$([DashoPro-V1.2-120198], Compiled Code)
              at javax.crypto.f.a([DashoPro-V1.2-120198], Compiled Code)
              at javax.crypto.b.a([DashoPro-V1.2-120198], Compiled Code)
              at javax.crypto.Cipher.getInstance([DashoPro-V1.2-120198], Compiled Code)
              at TestMutualGlobalDES.runTest(TestMutualGlobalDES.java, Compiled Code)
              at TestMutualGlobalDES.run(TestMutualGlobalDES.java, Compiled Code)
              at TestMutualGlobalDES.main(TestMutualGlobalDES.java, Compiled Code)
      =========== MutualGlobalPBE ==========
      Exception in thread "main" java.lang.NoClassDefFoundError: javax.crypto.JceSecurityManager
              at javax.crypto.f.class$([DashoPro-V1.2-120198], Compiled Code)
              at javax.crypto.f.a([DashoPro-V1.2-120198], Compiled Code)
              at javax.crypto.b.a([DashoPro-V1.2-120198], Compiled Code)
              at javax.crypto.Cipher.getInstance([DashoPro-V1.2-120198], Compiled Code)
              at TestMutualGlobalPBE.runTest(TestMutualGlobalPBE.java, Compiled Code)
              at TestMutualGlobalPBE.run(TestMutualGlobalPBE.java, Compiled Code)
              at TestMutualGlobalPBE.main(TestMutualGlobalPBE.java, Compiled Code)

            busersunw Btplusnull User (Inactive)
            skesunw Stuart Ke (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: