Class RabbitProperties.Ssl
- java.lang.Object
- org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
- Enclosing class:
- RabbitProperties
public static class RabbitProperties.Ssl extends Object
Constructor Summary
Constructors Constructor Description Ssl()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlgorithm()StringgetKeyStore()StringgetKeyStorePassword()StringgetTrustStore()StringgetTrustStorePassword()booleanisEnabled()voidsetAlgorithm(String sslAlgorithm)voidsetEnabled(boolean enabled)voidsetKeyStore(String keyStore)voidsetKeyStorePassword(String keyStorePassword)voidsetTrustStore(String trustStore)voidsetTrustStorePassword(String trustStorePassword)
Constructor Detail
Ssl
public Ssl()
Method Detail
isEnabled
public boolean isEnabled()
setEnabled
public void setEnabled(boolean enabled)
getKeyStore
public String getKeyStore()
setKeyStore
public void setKeyStore(String keyStore)
getKeyStorePassword
public String getKeyStorePassword()
setKeyStorePassword
public void setKeyStorePassword(String keyStorePassword)
getTrustStore
public String getTrustStore()
setTrustStore
public void setTrustStore(String trustStore)
getTrustStorePassword
public String getTrustStorePassword()
setTrustStorePassword
public void setTrustStorePassword(String trustStorePassword)
getAlgorithm
public String getAlgorithm()
setAlgorithm
public void setAlgorithm(String sslAlgorithm)