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() |
IdentityMaterial |
getIdentityMaterial() |
List<String> |
getProtocols() |
SSLContext |
getSslContext() |
SSLParameters |
getSslParameters() |
TrustMaterial |
getTrustMaterial() |
public SSLContext getSslContext()
public IdentityMaterial getIdentityMaterial()
public TrustMaterial getTrustMaterial()
public SSLParameters getSslParameters()
public HostnameVerifier getHostnameVerifier()
Copyright © 2021. All rights reserved.