public static final class NaiveTrustProvider.NaiveTrustManagerFactory
extends javax.net.ssl.TrustManagerFactorySpi
Constructor and Description |
---|
NaiveTrustManagerFactory()
_more_
|
Modifier and Type | Method and Description |
---|---|
protected javax.net.ssl.TrustManager[] |
engineGetTrustManagers()
Returns a collection of trust managers that are naive.
|
protected void |
engineInit(java.security.KeyStore keystore)
_more_
|
protected void |
engineInit(javax.net.ssl.ManagerFactoryParameters mgrparams)
_more_
|
static java.lang.String |
getAlgorithm()
Returns our "NaiveTrustAlgorithm" string.
|
protected void engineInit(javax.net.ssl.ManagerFactoryParameters mgrparams)
engineInit
in class javax.net.ssl.TrustManagerFactorySpi
mgrparams
- _more_protected void engineInit(java.security.KeyStore keystore)
engineInit
in class javax.net.ssl.TrustManagerFactorySpi
keystore
- _more_protected javax.net.ssl.TrustManager[] engineGetTrustManagers()
engineGetTrustManagers
in class javax.net.ssl.TrustManagerFactorySpi
public static java.lang.String getAlgorithm()