Class SSLContextHelper
java.lang.Object
de.captaingoldfish.scim.sdk.client.http.SSLContextHelper
author: Pascal Knueppel
created at: 09.12.2019 - 12:26
a builder for creating
created at: 09.12.2019 - 12:26
a builder for creating
SSLContexts with help of KeyStoreWrapper-
Method Summary
Modifier and TypeMethodDescriptionstatic SSLContextgetSslContext(KeyStoreWrapper mutualClientAuthenticationKeystoreList, KeyStoreWrapper truststore, String tlsVersion) this method will build theSSLContextthat will be used to access the eid-webservice.
-
Method Details
-
getSslContext
public static SSLContext getSslContext(KeyStoreWrapper mutualClientAuthenticationKeystoreList, KeyStoreWrapper truststore, String tlsVersion) 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
-