public class SpringSslContext extends SslContext
keyManagers, protocol, provider, secureRandom, trustManagers| Constructor and Description |
|---|
SpringSslContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
String |
getCrlPath() |
String |
getKeyStore() |
String |
getKeyStoreAlgorithm() |
String |
getKeyStoreKeyPassword() |
String |
getKeyStorePassword() |
String |
getKeyStoreType() |
String |
getSecureRandomAlgorithm() |
String |
getTrustStore() |
String |
getTrustStoreAlgorithm() |
String |
getTrustStorePassword() |
String |
getTrustStoreType() |
void |
setCrlPath(String crlPath) |
void |
setKeyStore(String keyStore) |
void |
setKeyStoreAlgorithm(String keyAlgorithm) |
void |
setKeyStoreKeyPassword(String keyPassword) |
void |
setKeyStorePassword(String keyPassword) |
void |
setKeyStoreType(String keyType) |
void |
setSecureRandomAlgorithm(String secureRandomAlgorithm) |
void |
setTrustStore(String trustStore) |
void |
setTrustStoreAlgorithm(String trustAlgorithm) |
void |
setTrustStorePassword(String trustPassword) |
void |
setTrustStoreType(String trustType) |
addKeyManager, addTrustManager, getCurrentSslContext, getKeyManagers, getKeyManagersAsArray, getProtocol, getProvider, getSecureRandom, getSSLContext, getTrustManagers, getTrustManagersAsArray, removeKeyManager, removeTrustManager, setCurrentSslContext, setKeyManagers, setProtocol, setProvider, setSecureRandom, setSSLContext, setTrustManagerspublic SpringSslContext()
public void afterPropertiesSet() throws Exception
Exceptionpublic String getTrustStoreType()
public String getKeyStoreType()
public String getKeyStore()
public void setKeyStore(String keyStore) throws MalformedURLException
MalformedURLExceptionpublic String getTrustStore()
public void setTrustStore(String trustStore) throws MalformedURLException
MalformedURLExceptionpublic String getKeyStoreAlgorithm()
public void setKeyStoreAlgorithm(String keyAlgorithm)
public String getTrustStoreAlgorithm()
public void setTrustStoreAlgorithm(String trustAlgorithm)
public String getKeyStoreKeyPassword()
public void setKeyStoreKeyPassword(String keyPassword)
public String getKeyStorePassword()
public void setKeyStorePassword(String keyPassword)
public String getTrustStorePassword()
public void setTrustStorePassword(String trustPassword)
public void setKeyStoreType(String keyType)
public void setTrustStoreType(String trustType)
public String getSecureRandomAlgorithm()
public void setSecureRandomAlgorithm(String secureRandomAlgorithm)
public String getCrlPath()
public void setCrlPath(String crlPath)
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.