public class SslContextTrustManager extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addSSLContext(String key,
SSLContext sslContext) |
static SslContextTrustManager |
getInstance() |
SSLContext |
getSSLContext(String contextId) |
Map<String,SSLContext> |
getSslContextMap() |
void |
removeSSLContext(String contextId) |
public static SslContextTrustManager getInstance()
public SSLContext getSSLContext(String contextId)
public void addSSLContext(String key, SSLContext sslContext)
public void removeSSLContext(String contextId)
public Map<String,SSLContext> getSslContextMap()
Copyright © 2019 WSO2. All rights reserved.