Package io.deephaven.ssl.config
Class TrustSystem
java.lang.Object
io.deephaven.ssl.config.TrustBase
io.deephaven.ssl.config.TrustSystem
- All Implemented Interfaces:
Trust
The trust material from the system. Only applicable for Windows and Mac.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.ssl.config.Trust
Trust.Visitor<T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TrustSystem
of()
final <T> T
walk
(Trust.Visitor<T> visitor)
-
Constructor Details
-
TrustSystem
public TrustSystem()
-
-
Method Details
-
of
-
walk
-