Arad ITC - کانال رسمی شرکت آراد
89 subscribers
66 photos
10 videos
11 files
96 links
«آراد من»
این کانال به معرفی تکنولوژی های جدید، آموزش برنامه نویسی، معرفی محصولات و راهکارهای جدید شرکت آراد می پردازد.
تماس: 03191083100
ایمیل: info@arad-itc.org
وب سایت: www.arad-itc.com
Download Telegram
Arad Socket is an open source library that implements a ByteChannel interface over a TLS (Transport Layer Security) connection. It delegates all cryptographic operations to the standard Java TLS implementation: SSLEngine; effectively hiding it behind an easy-to-use streaming API, that allows to securitize JVM applications with minimal added complexity.

In other words, a simple library that allows the programmer to implement TLS using the same standard socket API used for plaintext, just like OpenSSL does for C, only for Java, filling a specially painful missing feature of the standard library.

https://github.com/araditc/AradSocket

#java #tls #ssl #socket #library #networking #openssl #non_blocking #sni #sslengine