public class ComposeTrustManagerFactory
extends io.netty.handler.ssl.util.SimpleTrustManagerFactory
| Constructor and Description |
|---|
ComposeTrustManagerFactory(String deploymentName) |
ComposeTrustManagerFactory(String name,
String deploymentName,
com.google.common.io.ByteSource certSource) |
| Modifier and Type | Method and Description |
|---|---|
protected TrustManager[] |
engineGetTrustManagers() |
protected void |
engineInit(KeyStore keyStore) |
protected void |
engineInit(ManagerFactoryParameters managerFactoryParameters) |
getAlgorithm, getDefaultAlgorithm, getInstance, getInstance, getInstance, getProvider, getTrustManagers, init, initpublic ComposeTrustManagerFactory(String deploymentName) throws CertificateException, IOException
public ComposeTrustManagerFactory(String name, String deploymentName, com.google.common.io.ByteSource certSource) throws CertificateException, IOException
protected TrustManager[] engineGetTrustManagers()
protected void engineInit(ManagerFactoryParameters managerFactoryParameters) throws Exception
Copyright © 2019. All rights reserved.