Class SSLContextHelper

java.lang.Object
de.captaingoldfish.scim.sdk.client.http.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 Details

    • getSslContext

      public static SSLContext getSslContext(KeyStoreWrapper mutualClientAuthenticationKeystoreList, KeyStoreWrapper truststore, String tlsVersion)
      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