The following have been added to the security algorithm requirements for JDK implementations (keysize in parentheses): 1. `Signature`: SHA256withDSA 2. `KeyPairGenerator`: DSA (2048), DiffieHellman (2048, 4096), RSA (4096) 3. `AlgorithmParameterGenerator`: DSA (2048), DiffieHellman (2048) 4. `Cipher`: AES/GCM/NoPadding (128), AES/GCM/PKCS5Padding (128) 5. `SSLContext`: TLSv1.1, TLSv1.2 6. `TrustManagerFactory`: PKIX