Package io.deephaven.ssl.config
Class TrustProperties
java.lang.Object
io.deephaven.ssl.config.TrustBase
io.deephaven.ssl.config.TrustProperties
- All Implemented Interfaces:
Trust
The trust material from the system properties "javax.net.ssl.trustStore", "javax.net.ssl.trustStorePassword",
"javax.net.ssl.trustStoreType", and "javax.net.ssl.trustStoreProvider".
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.ssl.config.Trust
Trust.Visitor<T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TrustPropertiesof()final <T> Twalk(Trust.Visitor<T> visitor)
-
Constructor Details
-
TrustProperties
public TrustProperties()
-
-
Method Details
-
of
-
walk
-