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

missing space in exception message

XMLWordPrintable

    • beta
    • sparc
    • solaris_8
    • Verified

      The following exception message in one of the SQE PKCS11 tests:

       java.security.InvalidKeyException: Key algorithm must beDSA
              at sun.security.pkcs11.P11KeyFactory.engineTranslateKey(P11KeyFactory.java:96)
              at sun.security.pkcs11.P11KeyFactory.convertKey(P11KeyFactory.java:48)
              at sun.security.pkcs11.P11Signature.engineInitSign(P11Signature.java:273)
              at java.security.Signature$Delegate.engineInitSign(Signature.java:1096)
              at java.security.Signature.initSign(Signature.java:485)
              at TestPKCS11Cryptoki.testKeyPair_1(TestPKCS11Cryptoki.java:369)
              at TestSCA1000.main(TestSCA1000.java:72)
      === END: PKCS11 Tests ===

      There should be a space (" ") between "be" and "DSA" as follow:

       java.security.InvalidKeyException: Key algorithm must be DSA

            andreas Andreas Sterbenz
            bsitu Bill Situ
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: