Windows Server 2016 ciphers on Server 2012

Hi All
The two TLS1.2 ciphers below are normally only available on Windows Server 2016
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (0xc030) ECDH secp256r1 (eq. 3072 bits RSA) FS 256

TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (0xc02f) ECDH secp256r1 (eq. 3072 bits RSA) FS 128

Has anybody any information on how to enable them on Windows Server 2012?
How would you enable them in Java for AWCM on port 2001?

Cheers
Mike

this tool can most likely do it for you on windows Nartac Software - IIS Crypto

Brendan
Many thanks for your reply.
I use IISCrypto a lot but it can only manage the ciphers that are native to the OS (please correct me if I’m wrong anybody).
I need to add additional that normally only come with Server 2016.
Cheers
Mike