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