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