public static final class TrustManagerUtils.TrustManagerBuilder extends Object
public <T extends X509TrustManager> TrustManagerUtils.TrustManagerBuilder withTrustManagers(T... trustManagers)
public <T extends X509TrustManager> TrustManagerUtils.TrustManagerBuilder withTrustManagers(List<T> trustManagers)
public <T extends X509TrustManager> TrustManagerUtils.TrustManagerBuilder withTrustManager(T trustManager)
public <T extends KeyStore> TrustManagerUtils.TrustManagerBuilder withTrustStores(T... trustStores)
public TrustManagerUtils.TrustManagerBuilder withTrustStores(List<? extends KeyStore> trustStores)
public <T extends KeyStore> TrustManagerUtils.TrustManagerBuilder withTrustStore(T trustStore)
public <T extends KeyStore> TrustManagerUtils.TrustManagerBuilder withTrustStore(T trustStore, String trustManagerAlgorithm)
public TrustManagerUtils.TrustManagerBuilder withSwappableTrustManager(boolean swappableTrustManagerEnabled)
public TrustManagerUtils.TrustManagerBuilder withTrustEnhancer(ChainAndAuthTypeValidator validator)
public TrustManagerUtils.TrustManagerBuilder withTrustEnhancer(ChainAndAuthTypeWithSocketValidator validator)
public TrustManagerUtils.TrustManagerBuilder withTrustEnhancer(ChainAndAuthTypeWithSSLEngineValidator validator)
public X509ExtendedTrustManager build()
Copyright © 2022. All rights reserved.