public class SecureChatTrustManagerFactory extends TrustManagerFactorySpi
TrustManagerFactorySpi which accepts any certificate
even if it is invalid.| Constructor and Description |
|---|
SecureChatTrustManagerFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected TrustManager[] |
engineGetTrustManagers() |
protected void |
engineInit(KeyStore keystore) |
protected void |
engineInit(ManagerFactoryParameters managerFactoryParameters) |
static TrustManager[] |
getTrustManagers() |
public static TrustManager[] getTrustManagers()
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 © 2008-2013 The Netty Project. All Rights Reserved.