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

JCK1.5 api/javax_crypto/EncryptedPrivateKeyInfo/index.html#GetKeySpec1 fails

XMLWordPrintable



      Name: iaR10016 Date: 04/06/2004


      Filed By : J2SE-SQA [###@###.###
      JDK : JDK1.5.0-b45
                       (the test is absent in JCK1.4a,
                        fails with previous tiger builds because of bugs 4944783, 4991790)
      JCK : JCK1.5-runtime (b15)
      Platform[s] : all
      switch/Mode : default
      JCK test owner: http://javaweb.sfbay/jcce/tcks/jck/1.5/project/data_reports/owners.jto
      Falling test : api/javax_crypto/EncryptedPrivateKeyInfo/index.html#GetKeySpec1 [GetKeySpec102, GetKeySpec103, GetKeySpec104, GetKeySpec106]

      JCK1.5-runtime api/javax_crypto/EncryptedPrivateKeyInfo/index.html#GetKeySpec1 test fails using JDK1.5.0-b45
      on all platforms with "java.security.InvalidKeyException: Illegal key size" exception.

      This test is in the latest JCK1.5 known failure list because of bugs 4944783, 4991790 integrated in tiger.
      It seems that now the test fails because of another reason not related with the kfl bugs 4944783, 4991790.

      Test source location:
      =====================
      /java/re/jck/1.5/promoted/beta/b15/binaries/JCK-runtime-15/tests/api/javax_crypto/EncryptedPrivateKeyInfo/GetKeySpec1Tests.java

      jtr file location:
      ==================
      /net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b45/jck15/linux/RedHat_Advanced_Server_3_Gnome__linux-16/workDir/api/javax_crypto/EncryptedPrivateKeyInfo/index_GetKeySpec1.jtr

      How to reproduce:
      =================
      Run the following script (you may need to change its variables)
      --- script start ---
      #!/bin/sh

      #Paths in Java Software:
      JDK="/java/re/jdk/1.5.0/promoted/all/b45/binaries/linux-i586"
      JCK="/java/re/jck/1.5/promoted/beta/b15/binaries/JCK-runtime-15"

      #Alternative paths outside Java Software
      #JDK="/net/koori.sfbay/onestop/jdk/1.5.0/promoted/all/b45/binaries/linux-i586"
      #JCK="/net/koori.sfbay/onestop/jck/1.5/promoted/beta/b15/binaries/JCK-runtime-15"

      export CLASSPATH="$JCK/classes:$JCK/lib/javatest.jar"
      TEST="javasoft.sqe.tests.api.javax.crypto.EncryptedPrivateKeyInfo.GetKeySpec1Tests"
      TESTCASES="-TestCaseID GetKeySpec102 GetKeySpec103 GetKeySpec104 GetKeySpec106"
      echo `cat $JCK/build.txt | grep JCK_VERSION` `cat $JCK/build.txt | grep JCK_BUILD`
      $JDK/bin/java -showversion $TEST $TESTCASES
      --- script end ---

      Test output:
      ============
      JCK_VERSION=1.5 JCK_BUILD_ID=b15
      java version "1.5.0-beta2"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta2-b44)
      Java HotSpot(TM) Client VM (build 1.5.0-beta2-b44, mixed mode, sharing)

      java.security.InvalidKeyException: Cannot retrieve the PKCS8EncodedKeySpec
               at javax.crypto.EncryptedPrivateKeyInfo.a(DashoA6275)
               at javax.crypto.EncryptedPrivateKeyInfo.getKeySpec(DashoA6275)
               at javasoft.sqe.tests.api.javax.crypto.EncryptedPrivateKeyInfo.GetKeySpec1Tests.GetKeySpec102(GetKeySpec1Tests.java:224)
               at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
               at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
               at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
               at java.lang.reflect.Method.invoke(Method.java:495)
               at javasoft.sqe.javatest.lib.MultiTest.invokeTestCase(MultiTest.java:399)
               at javasoft.sqe.jck.lib.ProviderTest.invokeTestCase(ProviderTest.java:115)
               at javasoft.sqe.javatest.lib.MultiTest.run(MultiTest.java:195)
               at javasoft.sqe.javatest.lib.MultiTest.run(MultiTest.java:127)
               at javasoft.sqe.tests.api.javax.crypto.EncryptedPrivateKeyInfo.GetKeySpec1Tests.main(GetKeySpec1Tests.java:185)
      Caused by: java.security.InvalidAlgorithmParameterException: Parameters missing
               at com.sun.crypto.provider.SunJCE_ae.a(DashoA6275)
               at com.sun.crypto.provider.SunJCE_ae.a(DashoA6275)
               at com.sun.crypto.provider.PBEWithMD5AndDESCipher.engineInit(DashoA6275)
               at javax.crypto.Cipher.a(DashoA6275)
               at javax.crypto.Cipher.a(DashoA6275)
               at javax.crypto.Cipher.init(DashoA6275)
               at javax.crypto.Cipher.init(DashoA6275)
               ... 12 more
      Provider SunJCE, algorithm PBEWithMD5AndDES: Failed. Unexpected: java.security.InvalidKeyException: Cannot retrieve the PKCS8EncodedKeySpec
      java.security.InvalidKeyException: Cannot retrieve the PKCS8EncodedKeySpec
               at javax.crypto.EncryptedPrivateKeyInfo.a(DashoA6275)
               at javax.crypto.EncryptedPrivateKeyInfo.getKeySpec(DashoA6275)
               at javasoft.sqe.tests.api.javax.crypto.EncryptedPrivateKeyInfo.GetKeySpec1Tests.GetKeySpec102(GetKeySpec1Tests.java:224)
               at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
               at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
               at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
               at java.lang.reflect.Method.invoke(Method.java:495)
               at javasoft.sqe.javatest.lib.MultiTest.invokeTestCase(MultiTest.java:399)
               at javasoft.sqe.jck.lib.ProviderTest.invokeTestCase(ProviderTest.java:115)
               at javasoft.sqe.javatest.lib.MultiTest.run(MultiTest.java:195)
               at javasoft.sqe.javatest.lib.MultiTest.run(MultiTest.java:127)
               at javasoft.sqe.tests.api.javax.crypto.EncryptedPrivateKeyInfo.GetKeySpec1Tests.main(GetKeySpec1Tests.java:185)
      Caused by: java.security.InvalidAlgorithmParameterException: Parameters missing
               at com.sun.crypto.provider.SunJCE_ab.a(DashoA6275)
               at com.sun.crypto.provider.SunJCE_ab.a(DashoA6275)
               at com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_40.engineInit(DashoA6275)
               at javax.crypto.Cipher.a(DashoA6275)
               at javax.crypto.Cipher.a(DashoA6275)
               at javax.crypto.Cipher.init(DashoA6275)
               at javax.crypto.Cipher.init(DashoA6275)
               ... 12 more
      Provider SunJCE, algorithm PBEWithSHA1AndRC2_40: Failed. Unexpected: java.security.InvalidKeyException: Cannot retrieve the PKCS8EncodedKeySpec
      java.security.InvalidKeyException: Cannot retrieve the PKCS8EncodedKeySpec
               at javax.crypto.EncryptedPrivateKeyInfo.a(DashoA6275)
               at javax.crypto.EncryptedPrivateKeyInfo.getKeySpec(DashoA6275)
               at javasoft.sqe.tests.api.javax.crypto.EncryptedPrivateKeyInfo.GetKeySpec1Tests.GetKeySpec102(GetKeySpec1Tests.java:224)
               at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
               at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
               at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
               at java.lang.reflect.Method.invoke(Method.java:495)
               at javasoft.sqe.javatest.lib.MultiTest.invokeTestCase(MultiTest.java:399)
               at javasoft.sqe.jck.lib.ProviderTest.invokeTestCase(ProviderTest.java:115)
               at javasoft.sqe.javatest.lib.MultiTest.run(MultiTest.java:195)
               at javasoft.sqe.javatest.lib.MultiTest.run(MultiTest.java:127)
               at javasoft.sqe.tests.api.javax.crypto.EncryptedPrivateKeyInfo.GetKeySpec1Tests.main(GetKeySpec1Tests.java:185)
      ...
      Provider SunJCE, algorithm PBEWithSHA1AndDESede: Failed. Unexpected: java.security.InvalidKeyException: Cannot retrieve the PKCS8EncodedKeySpec
      GetKeySpec103: Failed. test cases: 3; all failed; first test case failure: Provider SunJCE, algorithm PBEWithMD5AndDES
      java.security.InvalidKeyException: Cannot retrieve the PKCS8EncodedKeySpec
               at javax.crypto.EncryptedPrivateKeyInfo.a(DashoA6275)
               at javax.crypto.EncryptedPrivateKeyInfo.getKeySpec(DashoA6275)
               at javasoft.sqe.tests.api.javax.crypto.EncryptedPrivateKeyInfo.GetKeySpec1Tests.GetKeySpec104(GetKeySpec1Tests.java:283)
               at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
               at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
               at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
               at java.lang.reflect.Method.invoke(Method.java:495)
               at javasoft.sqe.javatest.lib.MultiTest.invokeTestCase(MultiTest.java:399)
               at javasoft.sqe.jck.lib.ProviderTest.invokeTestCase(ProviderTest.java:115)
               at javasoft.sqe.javatest.lib.MultiTest.run(MultiTest.java:195)
               at javasoft.sqe.javatest.lib.MultiTest.run(MultiTest.java:127)
               at javasoft.sqe.tests.api.javax.crypto.EncryptedPrivateKeyInfo.GetKeySpec1Tests.main(GetKeySpec1Tests.java:185)
      Caused by: java.security.InvalidAlgorithmParameterException: Parameters missing
               at com.sun.crypto.provider.SunJCE_ae.a(DashoA6275)
               at com.sun.crypto.provider.SunJCE_ae.a(DashoA6275)
               at com.sun.crypto.provider.PBEWithMD5AndDESCipher.engineInit(DashoA6275)
               at javax.crypto.Cipher.init(DashoA6275)
               at javax.crypto.Cipher.init(DashoA6275)
               ... 12 more
      Provider SunJCE, algorithm PBEWithMD5AndDES: Failed. Unexpected: java.security.InvalidKeyException: Cannot retrieve the PKCS8EncodedKeySpec
      java.security.InvalidKeyException: Cannot retrieve the PKCS8EncodedKeySpec
               at javax.crypto.EncryptedPrivateKeyInfo.a(DashoA6275)
               at javax.crypto.EncryptedPrivateKeyInfo.getKeySpec(DashoA6275)
               at javasoft.sqe.tests.api.javax.crypto.EncryptedPrivateKeyInfo.GetKeySpec1Tests.GetKeySpec104(GetKeySpec1Tests.java:283)
               at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
               at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
               at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
               at java.lang.reflect.Method.invoke(Method.java:495)
               at javasoft.sqe.javatest.lib.MultiTest.invokeTestCase(MultiTest.java:399)
               at javasoft.sqe.jck.lib.ProviderTest.invokeTestCase(ProviderTest.java:115)
               at javasoft.sqe.javatest.lib.MultiTest.run(MultiTest.java:195)
               at javasoft.sqe.javatest.lib.MultiTest.run(MultiTest.java:127)
               at javasoft.sqe.tests.api.javax.crypto.EncryptedPrivateKeyInfo.GetKeySpec1Tests.main(GetKeySpec1Tests.java:185)
      Caused by: java.security.InvalidAlgorithmParameterException: Parameters missing
               at com.sun.crypto.provider.SunJCE_ab.a(DashoA6275)
               at com.sun.crypto.provider.SunJCE_ab.a(DashoA6275)
               at com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_40.engineInit(DashoA6275)
               at javax.crypto.Cipher.init(DashoA6275)
               at javax.crypto.Cipher.init(DashoA6275)
               ... 12 more
      Provider SunJCE, algorithm PBEWithSHA1AndRC2_40: Failed. Unexpected: java.security.InvalidKeyException: Cannot retrieve the PKCS8EncodedKeySpec
      java.security.InvalidKeyException: Cannot retrieve the PKCS8EncodedKeySpec
               at javax.crypto.EncryptedPrivateKeyInfo.a(DashoA6275)
               at javax.crypto.EncryptedPrivateKeyInfo.getKeySpec(DashoA6275)
               at javasoft.sqe.tests.api.javax.crypto.EncryptedPrivateKeyInfo.GetKeySpec1Tests.GetKeySpec104(GetKeySpec1Tests.java:283)
               at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
               at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
               at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
               at java.lang.reflect.Method.invoke(Method.java:495)
               at javasoft.sqe.javatest.lib.MultiTest.invokeTestCase(MultiTest.java:399)
               at javasoft.sqe.jck.lib.ProviderTest.invokeTestCase(ProviderTest.java:115)
               at javasoft.sqe.javatest.lib.MultiTest.run(MultiTest.java:195)
               at javasoft.sqe.javatest.lib.MultiTest.run(MultiTest.java:127)
               at javasoft.sqe.tests.api.javax.crypto.EncryptedPrivateKeyInfo.GetKeySpec1Tests.main(GetKeySpec1Tests.java:185)
      Caused by: java.security.InvalidAlgorithmParameterException: Parameters missing
               at com.sun.crypto.provider.SunJCE_ab.a(DashoA6275)
               at com.sun.crypto.provider.SunJCE_ab.a(DashoA6275)
               at com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndDESede.engineInit(DashoA6275)
               at javax.crypto.Cipher.init(DashoA6275)
               at javax.crypto.Cipher.init(DashoA6275)
               ... 12 more
      Provider SunJCE, algorithm PBEWithSHA1AndDESede: Failed. Unexpected: java.security.InvalidKeyException: Cannot retrieve the PKCS8EncodedKeySpec
      GetKeySpec104: Failed. test cases: 3; all failed; first test case failure: Provider SunJCE, algorithm PBEWithMD5AndDES
      java.lang.IllegalStateException: Cipher not initialized for encryption/decryption
               at javax.crypto.Cipher.c(DashoA6275)
               at javax.crypto.Cipher.doFinal(DashoA6275)
               at javax.crypto.EncryptedPrivateKeyInfo.getKeySpec(DashoA6275)
               at javasoft.sqe.tests.api.javax.crypto.EncryptedPrivateKeyInfo.GetKeySpec1Tests.GetKeySpec106(GetKeySpec1Tests.java:381)
               at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
               at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
               at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
               at java.lang.reflect.Method.invoke(Method.java:495)
               at javasoft.sqe.javatest.lib.MultiTest.invokeTestCase(MultiTest.java:399)
               at javasoft.sqe.jck.lib.ProviderTest.invokeTestCase(ProviderTest.java:115)
               at javasoft.sqe.javatest.lib.MultiTest.run(MultiTest.java:195)
               at javasoft.sqe.javatest.lib.MultiTest.run(MultiTest.java:127)
               at javasoft.sqe.tests.api.javax.crypto.EncryptedPrivateKeyInfo.GetKeySpec1Tests.main(GetKeySpec1Tests.java:185)
      GetKeySpec106: Failed. Test case throws exception: java.lang.IllegalStateException: Cipher not initialized for encryption/decryption
      Can't init Cipher for PBEWithMD5AndTripleDES: java.security.InvalidKeyException: Illegal key size
      Can't init Cipher for PBEWithMD5AndTripleDES: java.security.InvalidKeyException: Illegal key size
      Can't init Cipher for PBEWithMD5AndTripleDES: java.security.InvalidKeyException: Illegal key size
      STATUS:Failed.test cases: 4; all failed; first test case failure: GetKeySpec102

      Specific machine info:
      ======================
      Hostname: linux-1
      OS: Solaris 8 (sparc) (O/W)
      Hostname: linux-16
      OS: RedHat Advanced Server 3 (Gnome)
      Hostname: linux-18
      OS: Solaris 10 (x86) (GNOME)
      Hostname: linux-2
      OS: Windows 2000 Pro
      Hostname: linux-21
      OS: Windows XP Home
      Hostname: linux-3
      OS: Solaris 10 (x86) (CDE)

      ======================================================================

            valeriep Valerie Peng
            irasunw Ira Ira (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: