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? 回答1: 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). 回答2: wolfSSL recently created an open source JNI wrapper around the lightweight SSL/TLS library, CyaSSL. The wrapper supports both DTLS 1.0 and