
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() |
X509Certificate[] |
getX509Certificates() |
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 final boolean hasTrustStore()
public final boolean needAuthentication()
public final X509Certificate[] getX509Certificates()
public final TrustManager[] getTrustManagers()
protected final TrustManager[] engineGetTrustManagers()
engineGetTrustManagers in class TrustManagerFactorySpiprotected final void engineInit(KeyStore arg0)
engineInit in class TrustManagerFactorySpiprotected final void engineInit(ManagerFactoryParameters arg0)
engineInit in class TrustManagerFactorySpiCopyright © 2009–2022 Waarp. All rights reserved.