public abstract class AbstractSSLContextFactory extends Object implements SSLContextFactory
| 构造器和说明 |
|---|
AbstractSSLContextFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
SSLContext |
getSSLContext(InputStream in,
String keystorePassword,
String keyPassword) |
SSLContext |
getSSLContext(InputStream in,
String keystorePassword,
String keyPassword,
String keyManagerFactoryType,
String trustManagerFactoryType,
String sslProtocol) |
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
public SSLContext getSSLContext(InputStream in, String keystorePassword, String keyPassword, String keyManagerFactoryType, String trustManagerFactoryType, String sslProtocol) throws KeyStoreException, NoSuchAlgorithmException, CertificateException, IOException, UnrecoverableKeyException, KeyManagementException
Copyright © 2016. All rights reserved.