diff --git a/readme.md b/readme.md index bb5d2ac..9c80c51 100644 --- a/readme.md +++ b/readme.md @@ -318,6 +318,7 @@ This is a fork of [awesome link](https://github.com/akullpp/awesome-java) with n 1. [Apache Oltu](https://oltu.apache.org/) ( *has retired* ) Apache Oltu is an OAuth protocol implementation in Java. License: [Apache 2](http://www.apache.org/licenses/LICENSE-2.0). ![business friendly license](https://github.com/Vedenin/useful-java-links/blob/master/img/business-friendly.png?raw=true) 1. [Apache Syncope](http://syncope.apache.org) Apache Syncope is an Open Source system for managing digital identities in enterprise environments. License: [Apache 2](http://www.apache.org/licenses/LICENSE-2.0). ![business friendly license](https://github.com/Vedenin/useful-java-links/blob/master/img/business-friendly.png?raw=true) 1. [JObfuscator](https://www.pelock.com/products/jobfuscator) - JObfuscator is a source code obfuscator for the Java language to protect Java source code & algorithms from hacking, cracking, reverse engineering, decompilation & technology theft. License: ![business friendly license](https://github.com/Vedenin/useful-java-links/blob/master/img/business-friendly.png?raw=true) +1. [SSLContext Kickstart](https://github.com/hakky54/sslcontext-kickstart) - A library which provides a high-level SSLFactory and other utilities for configuring a http client or a server to communicate over SSL/TLS for one way authentication or two-way authentication. License: [Apache 2](http://www.apache.org/licenses/LICENSE-2.0) , [![GitHub stars](https://img.shields.io/github/stars/hakky54/sslcontext-kickstart.svg?style=social&label=Star&maxAge=2592000)](https://github.com/hakky54/sslcontext-kickstart). ![business friendly license](https://github.com/Vedenin/useful-java-links/blob/master/img/business-friendly.png?raw=true) #### High Performance *Everything about high performance computation, from collections to specific libraries.*