
public class WaarpSecureTrustManagerFactory extends TrustManagerFactorySpi
| Constructor and Description |
|---|
WaarpSecureTrustManagerFactory()
Accept all connections
|
WaarpSecureTrustManagerFactory(TrustManagerFactory tmf,
boolean clientAuthent) |
| Modifier and Type | Method and Description |
|---|---|
protected TrustManager[] |
engineGetTrustManagers() |
protected void |
engineInit(KeyStore arg0) |
protected void |
engineInit(ManagerFactoryParameters arg0) |
TrustManager[] |
getTrustManagers() |
boolean |
hasTrustStore() |
boolean |
needAuthentication() |
public WaarpSecureTrustManagerFactory()
public WaarpSecureTrustManagerFactory(TrustManagerFactory tmf, boolean clientAuthent) throws CryptoException
tmf - clientAuthent - True if the TrustStore is used for Client
AuthenticationCryptoExceptionpublic boolean hasTrustStore()
public boolean needAuthentication()
public TrustManager[] getTrustManagers()
protected TrustManager[] engineGetTrustManagers()
engineGetTrustManagers in class TrustManagerFactorySpiprotected void engineInit(KeyStore arg0)
engineInit in class TrustManagerFactorySpiprotected void engineInit(ManagerFactoryParameters arg0)
engineInit in class TrustManagerFactorySpiCopyright © 2009–2020 Waarp. All rights reserved.