0

I recently discovered DTLS, however can't seem to find any Android libraries or APIs for its use akin to what SSLSocket is for TLS/SSL. I'm fairly new to Android dev, so any tutorials or posts would also be super helpful :)

I've seen this similar post, however its fairly old and I was wondering what libraries / APIs there are to offer 10 years later. Thanks!

dwb
  • 2,136
  • 13
  • 27

1 Answers1

1

(Too late, I saw, you have already read the other question which points also to Scandium. So I guess, that is not the answer you're looking for ;-) )

You may try Scandium, the Java-DTLS library of the Eclipse Open Source Project Californium. If you have any questions about that, don't hesitate to open an issue there.

Achim Kraus
  • 729
  • 1
  • 7
  • 11