Interface TLSParametersProvider
- All Known Implementing Classes:
TLSParametersProvider.Default
public interface TLSParametersProvider
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTLSParametersProvider.DefaultProvides a nearly empty SSLParameters object. -
Method Summary
Modifier and Type Method Description intgetHandshakeReadTimeOut()Timeout for read operations during the TLS handshake in millisecondsSSLParametersgetSSLParameters()Provides the SSLParameters Object for the SSLEngineStringgetSSLProtocol()provide the SSL protocol as defined in Standard Algorithm Name Documentation
-
Method Details
-
getSSLParameters
SSLParameters getSSLParameters()Provides the SSLParameters Object for the SSLEngine- Returns:
- SSLParameters
-
getSSLProtocol
String getSSLProtocol()provide the SSL protocol as defined in Standard Algorithm Name Documentation- Returns:
- SSL protocol
-
getHandshakeReadTimeOut
int getHandshakeReadTimeOut()Timeout for read operations during the TLS handshake in milliseconds- Returns:
- returns the timeout for the TLS handshake
-