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
-
Method Summary
Modifier and TypeMethodDescriptionstatic TrustProperties
of()
final <T> T
walk
(Trust.Visitor<T> visitor)
-
Constructor Details
-
TrustProperties
public TrustProperties()
-
-
Method Details
-
of
-
walk
-