Reputation: 1744
After JDK update (8u11 -> 8u20) my code stopped compiling. These classes become unavailable:
import javax.crypto.Cipher;
import javax.crypto.spec.SecretKeySpec;
Was javax.crypto package was removed from latest Oracle JDK? I cannot find any information about it.
Can I solve this problem by adding some library?
Upvotes: 4
Views: 342
Reputation: 2025
These libraries are in the Oracle JDK 8u20 for sure. Here's my advice for you:
Good luck!
Upvotes: 2