Class TLSConfig
java.lang.Object
io.deephaven.dhservice.client.config.TLSConfig
The configuration for a TLS connection.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe key pair to use if mutual-TLS is desired.abstract TrustCertThe trust certification.
-
Constructor Details
-
TLSConfig
public TLSConfig()
-
-
Method Details
-
trustCert
The trust certification.- Returns:
- the trust certificate
-
mutualTLSKeyPair
The key pair to use if mutual-TLS is desired.- Returns:
- the optional mTLS key pair
-