Package org.apache.activemq.spring
Class SpringSslContext
java.lang.Object
org.apache.activemq.broker.SslContext
org.apache.activemq.spring.SpringSslContext
Extends the SslContext so that it's easier to configure from spring.
-
Field Summary
Fields inherited from class org.apache.activemq.broker.SslContext
keyManagers, protocol, provider, secureRandom, trustManagers
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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) 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
-
Constructor Details
-
SpringSslContext
public SpringSslContext()
-
-
Method Details
-
afterPropertiesSet
- Throws:
Exception
-
getTrustStoreType
-
getKeyStoreType
-
getKeyStore
-
setKeyStore
- Throws:
MalformedURLException
-
getTrustStore
-
setTrustStore
- Throws:
MalformedURLException
-
getKeyStoreAlgorithm
-
setKeyStoreAlgorithm
-
getTrustStoreAlgorithm
-
setTrustStoreAlgorithm
-
getKeyStoreKeyPassword
-
setKeyStoreKeyPassword
-
getKeyStorePassword
-
setKeyStorePassword
-
getTrustStorePassword
-
setTrustStorePassword
-
setKeyStoreType
-
setTrustStoreType
-
getSecureRandomAlgorithm
-
setSecureRandomAlgorithm
-
getCrlPath
-
setCrlPath
-