Uses of Class
nl.altindag.ssl.util.TrustManagerUtils.TrustManagerBuilder
Packages that use TrustManagerUtils.TrustManagerBuilder
-
Uses of TrustManagerUtils.TrustManagerBuilder in nl.altindag.ssl.util
Methods in nl.altindag.ssl.util that return TrustManagerUtils.TrustManagerBuilderModifier and TypeMethodDescriptionTrustManagerUtils.trustManagerBuilder()TrustManagerUtils.TrustManagerBuilder.withLoggingTrustManager(boolean loggingTrustManagerEnabled) TrustManagerUtils.TrustManagerBuilder.withSwappableTrustManager(boolean swappableTrustManagerEnabled) TrustManagerUtils.TrustManagerBuilder.withTrustEnhancer(boolean shouldTrustedCertificatesBeConcealed) TrustManagerUtils.TrustManagerBuilder.withTrustEnhancer(Predicate<TrustManagerParameters> trustManagerParametersValidator) TrustManagerUtils.TrustManagerBuilder.withTrustEnhancer(ChainAndAuthTypeValidator validator) Deprecated.TrustManagerUtils.TrustManagerBuilder.withTrustEnhancer(ChainAndAuthTypeWithSocketValidator validator) Deprecated.TrustManagerUtils.TrustManagerBuilder.withTrustEnhancer(ChainAndAuthTypeWithSSLEngineValidator validator) Deprecated.TrustManagerUtils.TrustManagerBuilder.withTrustManager(T trustManager) TrustManagerUtils.TrustManagerBuilder.withTrustManagers(List<T> trustManagers) TrustManagerUtils.TrustManagerBuilder.withTrustManagers(T... trustManagers) <T extends KeyStore>
TrustManagerUtils.TrustManagerBuilderTrustManagerUtils.TrustManagerBuilder.withTrustStore(T trustStore) <T extends KeyStore>
TrustManagerUtils.TrustManagerBuilderTrustManagerUtils.TrustManagerBuilder.withTrustStore(T trustStore, String trustManagerAlgorithm) TrustManagerUtils.TrustManagerBuilder.withTrustStores(List<? extends KeyStore> trustStores) <T extends KeyStore>
TrustManagerUtils.TrustManagerBuilderTrustManagerUtils.TrustManagerBuilder.withTrustStores(T... trustStores)