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 creatingSSLContexts with help ofKeyStoreWrapper
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SSLContextgetSslContext(KeyStoreWrapper mutualClientAuthenticationKeystoreList, KeyStoreWrapper truststore)this method will build theSSLContextthat will be used to access the eid-webservice.
-
-
-
Method Detail
-
getSslContext
public static SSLContext getSslContext(KeyStoreWrapper mutualClientAuthenticationKeystoreList, KeyStoreWrapper truststore)
this method will build theSSLContextthat will be used to access the eid-webservice. ThisSSLContextmust hold all important informations like the keystore for mutual client authentication- Returns:
- the
SSLContextthat configured the TLS connection
-
-