public class EzySslTrustManagerFactory extends TrustManagerFactorySpi
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
EzySslTrustManagerFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected TrustManager[] |
engineGetTrustManagers() |
protected void |
engineInit(KeyStore keystore) |
protected void |
engineInit(ManagerFactoryParameters managerFactoryParameters) |
protected TrustManager[] engineGetTrustManagers()
engineGetTrustManagers in class TrustManagerFactorySpiprotected void engineInit(KeyStore keystore) throws KeyStoreException
engineInit in class TrustManagerFactorySpiKeyStoreExceptionprotected void engineInit(ManagerFactoryParameters managerFactoryParameters) throws InvalidAlgorithmParameterException
engineInit in class TrustManagerFactorySpiInvalidAlgorithmParameterExceptionCopyright © 2021 Young Monkeys. All rights reserved.