Class TLSParametersProvider.Default
java.lang.Object
one.microstream.communication.tls.TLSParametersProvider.Default
- All Implemented Interfaces:
TLSParametersProvider
- Enclosing interface:
- TLSParametersProvider
public static final class TLSParametersProvider.Default extends Object implements TLSParametersProvider
Provides a nearly empty SSLParameters object.
all configuration values are null except
needClientAuth = true
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.communication.tls.TLSParametersProvider
TLSParametersProvider.Default -
Constructor Summary
Constructors Constructor Description Default() -
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
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
getSSLParameters
Description copied from interface:TLSParametersProviderProvides the SSLParameters Object for the SSLEngine- Specified by:
getSSLParametersin interfaceTLSParametersProvider- Returns:
- SSLParameters
-
getSSLProtocol
Description copied from interface:TLSParametersProviderprovide the SSL protocol as defined in Standard Algorithm Name Documentation- Specified by:
getSSLProtocolin interfaceTLSParametersProvider- Returns:
- SSL protocol
-
getHandshakeReadTimeOut
public int getHandshakeReadTimeOut()Description copied from interface:TLSParametersProviderTimeout for read operations during the TLS handshake in milliseconds- Specified by:
getHandshakeReadTimeOutin interfaceTLSParametersProvider- Returns:
- returns the timeout for the TLS handshake
-