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
AuthenticationCryptoException
public boolean hasTrustStore()
public boolean needAuthentication()
public TrustManager[] getTrustManagers()
protected TrustManager[] engineGetTrustManagers()
engineGetTrustManagers
in class TrustManagerFactorySpi
protected void engineInit(KeyStore arg0)
engineInit
in class TrustManagerFactorySpi
protected void engineInit(ManagerFactoryParameters arg0)
engineInit
in class TrustManagerFactorySpi
Copyright © 2009–2020 Waarp. All rights reserved.