| Modifier and Type | Method and Description |
|---|---|
Provider |
build() |
Conscrypt.ProviderBuilder |
defaultTlsProtocol(String defaultTlsProtocol)
Specifies what the default TLS protocol should be for SSLContext identifiers
TLS, SSL, and Default. |
Conscrypt.ProviderBuilder |
provideTrustManager()
Deprecated.
Use provideTrustManager(true)
|
Conscrypt.ProviderBuilder |
provideTrustManager(boolean provide)
Specifies whether the returned provider will provide an implementation of
TrustManagerFactory. |
Conscrypt.ProviderBuilder |
setName(String name)
Sets the name of the Provider to be built.
|
public Conscrypt.ProviderBuilder setName(String name)
@Deprecated public Conscrypt.ProviderBuilder provideTrustManager()
TrustManagerFactory.public Conscrypt.ProviderBuilder provideTrustManager(boolean provide)
TrustManagerFactory.public Conscrypt.ProviderBuilder defaultTlsProtocol(String defaultTlsProtocol)
TLS, SSL, and Default.public Provider build()