public final class SSLContextHelper extends Object
SSLContexts with help of KeyStoreWrapper| Modifier and Type | Method and Description |
|---|---|
static SSLContext |
getSslContext(KeyStoreWrapper mutualClientAuthenticationKeystoreList,
KeyStoreWrapper truststore)
this method will build the
SSLContext that will be used to access the eid-webservice. |
public static SSLContext getSslContext(KeyStoreWrapper mutualClientAuthenticationKeystoreList, KeyStoreWrapper truststore)
SSLContext that will be used to access the eid-webservice. This
SSLContext must hold all important informations like the keystore for mutual client authenticationSSLContext that configured the TLS connectionCopyright © 2020. All rights reserved.