Datagram Transport Layer Security (DTLS) on Android/Java
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).
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).