Qt provides a class to implement secure sockets over TCP. I need to do a similar thing on the UDP connectionless protocol.

There is standard established for secure transport layer security (TLS) over UDP, called Datagram TLS.

Are there any Qt classes, 3rd party classes, or other material available for implementing datagram based SSL/TLS that anyone is aware of?

Thanks in advance.