public class SpringSslContext extends SslContext
keyManagers, protocol, provider, secureRandom, trustManagers
Constructor and Description |
---|
SpringSslContext() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
String |
getKeyStore() |
String |
getKeyStoreAlgorithm() |
String |
getKeyStorePassword() |
String |
getKeyStoreType() |
String |
getSecureRandomAlgorithm() |
String |
getTrustStore() |
String |
getTrustStoreAlgorithm() |
String |
getTrustStorePassword() |
String |
getTrustStoreType() |
void |
setKeyStore(String keyStore) |
void |
setKeyStoreAlgorithm(String keyAlgorithm) |
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, setTrustManagers
@PostConstruct public void afterPropertiesSet() throws Exception
Exception
public String getTrustStoreType()
public String getKeyStoreType()
public String getKeyStore()
public void setKeyStore(String keyStore) throws MalformedURLException
MalformedURLException
public String getTrustStore()
public void setTrustStore(String trustStore) throws MalformedURLException
MalformedURLException
public String getKeyStoreAlgorithm()
public void setKeyStoreAlgorithm(String keyAlgorithm)
public String getTrustStoreAlgorithm()
public void setTrustStoreAlgorithm(String trustAlgorithm)
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)
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.