Signature.getInstance("NONEwithRSA") giving inconsistent behavior

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P4
    • None
    • Affects Version/s: 6
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: