public final class SSLMaterial extends Object
NOTE: Please don't use this class directly as it is part of the internal API. Class name and methods can be changed any time.
| Modifier and Type | Class and Description |
|---|---|
static class |
SSLMaterial.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getCiphers() |
HostnameVerifier |
getHostnameVerifier() |
X509ExtendedKeyManager |
getKeyManager() |
List<String> |
getProtocols() |
SSLContext |
getSslContext() |
SSLParameters |
getSslParameters() |
X509ExtendedTrustManager |
getTrustManager() |
public SSLContext getSslContext()
public X509ExtendedKeyManager getKeyManager()
public X509ExtendedTrustManager getTrustManager()
public SSLParameters getSslParameters()
public HostnameVerifier getHostnameVerifier()
Copyright © 2022. All rights reserved.