static TrustManagerUtils.TrustManagerBuilder |
TrustManagerUtils.trustManagerBuilder() |
|
TrustManagerUtils.TrustManagerBuilder |
TrustManagerUtils.TrustManagerBuilder.withLoggingTrustManager(boolean loggingTrustManagerEnabled) |
|
TrustManagerUtils.TrustManagerBuilder |
TrustManagerUtils.TrustManagerBuilder.withSwappableTrustManager(boolean swappableTrustManagerEnabled) |
|
TrustManagerUtils.TrustManagerBuilder |
TrustManagerUtils.TrustManagerBuilder.withTrustEnhancer(ChainAndAuthTypeValidator validator) |
|
TrustManagerUtils.TrustManagerBuilder |
TrustManagerUtils.TrustManagerBuilder.withTrustEnhancer(ChainAndAuthTypeWithSocketValidator validator) |
|
TrustManagerUtils.TrustManagerBuilder |
TrustManagerUtils.TrustManagerBuilder.withTrustEnhancer(ChainAndAuthTypeWithSSLEngineValidator validator) |
|
<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) |
|