SSLContext-Kickstart v6.1.0 Release Notes

    • ➕ Added license header
    • ➕ Added author
    • ➕ Added option to create TrustManagerFactory from SSLFactory and TrustManagerUtils
    • ➕ Added option to create KeyManagerFactory from SSLFactory and KeyManagerUtils
    • 👍 Made SSLFactory less strict by supporting X509KeyManager and X509TrustManager
    • ➕ Added option to supply identity as a InputStream for the SSLFactory Builder
    • ➕ Added option to supply trustStore as a InputStream for the SSLFactory Builder
    • 🚚 Moved KeyManagerBuilder to KeyManagerUtils
    • 🚚 Moved TrustManagerBuilder to TrustManagerUtils
    • ➕ Added SocketUtils
    • ➕ Added SSLContextUtils
    • Simplified SSLFactory
    • Wrapped checked exceptions with unchecked exceptions