public static class TrustMaterial.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TrustMaterial |
build() |
TrustMaterial.Builder |
withTrustManager(X509ExtendedTrustManager trustManager) |
TrustMaterial.Builder |
withTrustStores(List<KeyStoreHolder> trustStores) |
public TrustMaterial.Builder withTrustManager(X509ExtendedTrustManager trustManager)
public TrustMaterial.Builder withTrustStores(List<KeyStoreHolder> trustStores)
public TrustMaterial build()
Copyright © 2021. All rights reserved.