Query - Does JSSE library implement the Ciphers or Algorithms of a SSL protocol ?
Ayaskant Swain
ayaskant.swain at gmail.com
Mon May 30 06:02:09 UTC 2016
Hi,
Can anyone please help me know about this - Does JSSE library implement the
Ciphers or Algorithms of a SSL protocol ? I see the jsse.jar library
shipped with the JDK. I read the the Oracle document about JSSE -
http://docs.oracle.com/javase/8/docs/technotes/guides/security/jsse/JSSERefGuide.html#Introduction
So my question is - does the JSSE implement the Ciphers or Algorithms that
are used for a successful SSL handshake , server authentication, data
integrity & data confidentiality (Application data encryption).
Example of cipher suites - *TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 or *
*TLS_DHE_RSA_WITH_AES_128_GCM_SHA256*
So is the coding of the above ciphers have been done in the JSSE library?
Thanks
Ayaskant
Bangalore
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/security-dev/attachments/20160530/3fb52828/attachment.htm>
More information about the security-dev
mailing list