Uses of Class
com.floragunn.searchguard.ssl.util.config.TrustStore.Builder
-
Packages that use TrustStore.Builder Package Description com.floragunn.searchguard.ssl.util.config -
-
Uses of TrustStore.Builder in com.floragunn.searchguard.ssl.util.config
Methods in com.floragunn.searchguard.ssl.util.config that return TrustStore.Builder Modifier and Type Method Description TrustStore.BuilderTrustStore.Builder. certPem(File file)TrustStore.BuilderTrustStore.Builder. certPem(InputStream inputStream)static TrustStore.BuilderTrustStore. from()TrustStore.BuilderTrustStore.Builder. jks(File file, String password)TrustStore.BuilderTrustStore.Builder. keyStore(File file, String password)TrustStore.BuilderTrustStore.Builder. keyStore(File file, String password, String type)TrustStore.BuilderTrustStore.Builder. pkcs12(File file, String password)
-