Package io.deephaven.ssl.config
Interface TrustCustom.Builder
- Enclosing class:
- TrustCustom
public static interface TrustCustom.Builder
-
Method Summary
Modifier and TypeMethodDescriptionaddAllCertificates(Iterable<? extends Certificate> elements) addCertificates(Certificate element) addCertificates(Certificate... elements) build()
-
Method Details
-
addCertificates
-
addCertificates
-
addAllCertificates
-
build
TrustCustom build()
-