static TrustManagerUtils.TrustManagerBuilder |
TrustManagerUtils.trustManagerBuilder() |
TrustManagerUtils.TrustManagerBuilder |
TrustManagerUtils.TrustManagerBuilder.withSwappableTrustManager(boolean swappableTrustManagerEnabled) |
<T extends X509TrustManager> TrustManagerUtils.TrustManagerBuilder |
TrustManagerUtils.TrustManagerBuilder.withTrustManager(T trustManager) |
<T extends X509TrustManager> TrustManagerUtils.TrustManagerBuilder |
TrustManagerUtils.TrustManagerBuilder.withTrustManagers(List<T> trustManagers) |
<T extends X509TrustManager> TrustManagerUtils.TrustManagerBuilder |
TrustManagerUtils.TrustManagerBuilder.withTrustManagers(T... trustManagers) |
<T extends KeyStore> TrustManagerUtils.TrustManagerBuilder |
TrustManagerUtils.TrustManagerBuilder.withTrustStore(T trustStore) |
<T extends KeyStore> TrustManagerUtils.TrustManagerBuilder |
TrustManagerUtils.TrustManagerBuilder.withTrustStore(T trustStore,
String trustManagerAlgorithm) |
TrustManagerUtils.TrustManagerBuilder |
TrustManagerUtils.TrustManagerBuilder.withTrustStores(List<? extends KeyStore> trustStores) |
<T extends KeyStore> TrustManagerUtils.TrustManagerBuilder |
TrustManagerUtils.TrustManagerBuilder.withTrustStores(T... trustStores) |