SecurityProvider.getSSLContext 方法
定义
Retrieves the SSL context loaded with trusted certs. In case of X509 SSL context shall be loaded with complete chain all the way till the leaf along with its private key.
public abstract SSLContext getSSLContext()
返回
abstract SSLContext
The SSLContext relevant to the flow
例外
SecurityProviderException
If ssl context could not be generated for any of the reason