javaandroidudpdatagramdtls

Datagram Transport Layer Security (DTLS) on Android/Java


Has anyone used DTLS on Android or is there an open source Java implementation that supports DTLS?

What are my other options for securing UDP traffic on Android?


Solution

  • DTLS support is not available in pure Java yet. We ended up using OpenSSL through JNI. I doubt you will find anything on Android.

    You should use TLS (which means you have to use TCP).