Release Note: Cipher.getInstance(String) now throws NoSuchPaddingException instead of wrapping it inside a NoSuchAlgorithmException

XMLWordPrintable

      The [Cipher.getInstance(String)] method is declared to throw `NoSuchPaddingException` and `NoSuchAlgorithmException`. In prior releases, `NoSuchPaddingException` is never thrown and is instead wrapped inside a `NoSuchAlgorithmException` as the cause - this issue has been fixed and `NoSuchPaddingException` is thrown directly.

            Assignee:
            Valerie Peng
            Reporter:
            Valerie Peng
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: