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?