Package io.deephaven.ssl.config
Class TrustStore
java.lang.Object
io.deephaven.ssl.config.TrustBase
io.deephaven.ssl.config.TrustStore
- All Implemented Interfaces:
Trust
The trust material from a trust store.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.ssl.config.Trust
Trust.Visitor<T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TrustStore
abstract String
password()
The trust store password.abstract String
path()
The trust store path.final <T> T
walk
(Trust.Visitor<T> visitor)
-
Constructor Details
-
TrustStore
public TrustStore()
-
-
Method Details
-
of
-
path
The trust store path. -
password
The trust store password. -
walk
-