Configure SHA512 to SSL Socket Factory in JAVA 8

0

I looked through JAVA 8 documentation https://docs.oracle.com/javase/8/docs/technotes/guides/security/SunProviders.html, for CIPHER suite with SHA512. There are none specified.

How do i configure SHA512 to SSL Socket Factory in JAVA 8?

Alka Singh

Posted 2019-06-03T21:05:20.760

Reputation: 1

1This is a programming question that belongs on StackOverflow. If you're asking about a SHA-512 based TLS 1.2 cipher suite then you are probably not understanding what you are asking, as SHA-256 should already provide 256 bits of security for this purpose. – Maarten Bodewes – 2020-02-04T00:25:41.713

No answers