public final class SslTmfWrapper extends SimpleTrustManagerFactory
| 构造器和说明 |
|---|
SslTmfWrapper(TrustManager tm) |
SslTmfWrapper(TrustManager[] tmArray) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected TrustManager[] |
engineGetTrustManagers()
Returns one trust manager for each type of trust material.
|
protected void |
engineInit(KeyStore keyStore)
Initializes this factory with a source of certificate authorities and related trust material.
|
protected void |
engineInit(ManagerFactoryParameters managerFactoryParameters)
Initializes this factory with a source of provider-specific key material.
|
getAlgorithm, getDefaultAlgorithm, getInstance, getInstance, getInstance, getProvider, getTrustManagers, init, initpublic SslTmfWrapper(TrustManager tm)
public SslTmfWrapper(TrustManager[] tmArray)
protected void engineInit(KeyStore keyStore)
SimpleTrustManagerFactoryengineInit 在类中 SimpleTrustManagerFactoryprotected void engineInit(ManagerFactoryParameters managerFactoryParameters)
SimpleTrustManagerFactoryengineInit 在类中 SimpleTrustManagerFactoryprotected TrustManager[] engineGetTrustManagers()
SimpleTrustManagerFactoryCopyright © 2022–2024. All rights reserved.