-
Type:
Sub-task
-
Resolution: Delivered
-
Priority:
P4
-
Affects Version/s: 26
-
Component/s: security-libs
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.