I need to use Cipher class (https://docs.oracle.com/javase%2F7%2Fdocs%2Fapi%2F%2F/javax/crypto/Cipher.html) with exact transformation "AES/CBC/PKCS5Padding". But I get an error NoSuchAlgorithmException.
I found a function online that shows all available transformations and apparently I don't have it (https://imgur.com/zDPmdPw).
I thought these are tied to java version, so I tried java 21, java 11 java 8, java 7, different versions of Eclipse Adoptium, but no luck.
Please help with enabling "AES/CBC/PKCS5Padding"