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

Signature.getInstance("NONEwithRSA") giving inconsistent behavior

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 6
    • security-libs
    • None

      If an implementation of NONEwithRSA is not available, we wrap an instance of the RSACipher and use that to do the signature. There's some wrapper magic that happens here. If we call getInstance("NONEwithRSA").getProvider(), we get delegated down into "SunJCE". But if we call getInstance("NONEwithRSA", "SunJCE"), we get *NULL*, not a no-such algorithm. This needs to be cleaned up.

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: