Class SSLContextHelper


  • public final class SSLContextHelper
    extends Object
    author: Pascal Knueppel
    created at: 09.12.2019 - 12:26

    a builder for creating SSLContexts with help of KeyStoreWrapper
    • Method Detail

      • getSslContext

        public static SSLContext getSslContext​(KeyStoreWrapper mutualClientAuthenticationKeystoreList,
                                               KeyStoreWrapper truststore)
        this method will build the SSLContext that will be used to access the eid-webservice. This SSLContext must hold all important informations like the keystore for mutual client authentication
        Returns:
        the SSLContext that configured the TLS connection