PROBLEM USING JSSE PROVIDER FOR TLS_PSK CIPHER

Sukawanth psr <[email protected]> Mon, 29 Apr 2019 12:32:00 +0530
Newsgroups gmane.comp.encryption.bouncy-castle.devel
Message-ID <CAA63y8RovqMtBvHGo1_oaZTWzDnkg-hEmPep3bAsOOy4GN1_bg@mail.gmail.com>
Can anyone help with information or sample code on how to use bouncy castle
JSSE provider for TLS_PSK cipher?

I am trying to integrate bouncy castle JSSE with netty transport layer. We
need to support TLS_PSK cipher.

I am initializing the SSLContext using BCJSSE.

But when i try to connect a client using "TLS_PSK_WITH_RC4_128_SHA", i am
getting error that "Cipher is null or not supported".