Interface TLSParametersProvider
- All Known Implementing Classes:
TLSParametersProvider.Default
public interface TLSParametersProvider
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
TLSParametersProvider.Default
Provides a nearly empty SSLParameters object. -
Method Summary
Modifier and Type Method Description int
getHandshakeReadTimeOut()
Timeout for read operations during the TLS handshake in millisecondsSSLParameters
getSSLParameters()
Provides the SSLParameters Object for the SSLEngineString
getSSLProtocol()
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
-