public class SSLContextManager extends Object implements ISSLContextManager
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
SSLContextManager(ISpincastConfig spincastConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected SSLContext |
createSSLContext(KeyManager[] keyManagers,
TrustManager[] trustManagers) |
protected KeyManager[] |
getKeyManagers() |
protected KeyStore |
getKeyStore() |
protected InputStream |
getKeyStoreInputStream() |
protected ISpincastConfig |
getSpincastConfig() |
SSLContext |
getSSLContext() |
protected TrustManager[] |
getTrustManagers() |
@Inject public SSLContextManager(ISpincastConfig spincastConfig)
protected ISpincastConfig getSpincastConfig()
public SSLContext getSSLContext()
getSSLContext in interface ISSLContextManagerprotected SSLContext createSSLContext(KeyManager[] keyManagers, TrustManager[] trustManagers)
protected KeyStore getKeyStore()
protected InputStream getKeyStoreInputStream()
protected KeyManager[] getKeyManagers()
protected TrustManager[] getTrustManagers()
Copyright © 2016. All rights reserved.