public abstract class AbstractSSLContextFactory extends Object implements SSLContextFactory
| 构造器和说明 |
|---|
AbstractSSLContextFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
_handle_BUG_JDK_8022063(SSLContext sslContext) |
SSLContext |
getSSLContext(InputStream in,
String keystorePassword,
String keyPassword) |
SSLContext |
getSSLContextWithManager(KeyManager[] km,
TrustManager[] tm,
SecureRandom random) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSSLContextprotected static final Log log
public SSLContext getSSLContextWithManager(KeyManager[] km, TrustManager[] tm, SecureRandom random) throws NoSuchAlgorithmException, KeyManagementException
public SSLContext getSSLContext(InputStream in, String keystorePassword, String keyPassword) throws KeyStoreException, NoSuchAlgorithmException, CertificateException, IOException, UnrecoverableKeyException, KeyManagementException
protected void _handle_BUG_JDK_8022063(SSLContext sslContext)
Copyright © 2016. All rights reserved.