org.apache.activemq.spring
Class SpringSslContext
java.lang.Object
org.apache.activemq.broker.SslContext
org.apache.activemq.spring.SpringSslContext
public class SpringSslContext
- extends SslContext
Extends the SslContext so that it's easier to configure from spring.
- Version:
- $Revision: 916678 $
Methods inherited from class org.apache.activemq.broker.SslContext |
addKeyManager, addTrustManager, getCurrentSslContext, getKeyManagers, getKeyManagersAsArray, getProtocol, getProvider, getSecureRandom, getSSLContext, getTrustManagers, getTrustManagersAsArray, removeKeyManager, removeTrustManager, setCurrentSslContext, setKeyManagers, setProtocol, setProvider, setSecureRandom, setSSLContext, setTrustManagers |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringSslContext
public SpringSslContext()
afterPropertiesSet
@PostConstruct
public void afterPropertiesSet()
throws Exception
- Throws:
Exception
getTrustStoreType
public String getTrustStoreType()
getKeyStoreType
public String getKeyStoreType()
getKeyStore
public org.springframework.core.io.Resource getKeyStore()
setKeyStore
public void setKeyStore(org.springframework.core.io.Resource keyResource)
getTrustStore
public org.springframework.core.io.Resource getTrustStore()
setTrustStore
public void setTrustStore(org.springframework.core.io.Resource trustResource)
getKeyStoreAlgorithm
public String getKeyStoreAlgorithm()
setKeyStoreAlgorithm
public void setKeyStoreAlgorithm(String keyAlgorithm)
getTrustStoreAlgorithm
public String getTrustStoreAlgorithm()
setTrustStoreAlgorithm
public void setTrustStoreAlgorithm(String trustAlgorithm)
getKeyStorePassword
public String getKeyStorePassword()
setKeyStorePassword
public void setKeyStorePassword(String keyPassword)
getTrustStorePassword
public String getTrustStorePassword()
setTrustStorePassword
public void setTrustStorePassword(String trustPassword)
setKeyStoreType
public void setKeyStoreType(String keyType)
setTrustStoreType
public void setTrustStoreType(String trustType)
getSecureRandomAlgorithm
public String getSecureRandomAlgorithm()
setSecureRandomAlgorithm
public void setSecureRandomAlgorithm(String secureRandomAlgorithm)
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.