public class RabbitProperties.Ssl extends Object
Constructor and Description |
---|
Ssl() |
public Boolean getEnabled()
public boolean determineEnabled()
RabbitProperties.setAddresses(String)
,
()
public void setEnabled(Boolean enabled)
public String getKeyStore()
public void setKeyStore(String keyStore)
public String getKeyStoreType()
public void setKeyStoreType(String keyStoreType)
public String getKeyStorePassword()
public void setKeyStorePassword(String keyStorePassword)
public String getKeyStoreAlgorithm()
public void setKeyStoreAlgorithm(String keyStoreAlgorithm)
public String getTrustStore()
public void setTrustStore(String trustStore)
public String getTrustStoreType()
public void setTrustStoreType(String trustStoreType)
public String getTrustStorePassword()
public void setTrustStorePassword(String trustStorePassword)
public String getTrustStoreAlgorithm()
public void setTrustStoreAlgorithm(String trustStoreAlgorithm)
public String getAlgorithm()
public void setAlgorithm(String sslAlgorithm)
public boolean isValidateServerCertificate()
public void setValidateServerCertificate(boolean validateServerCertificate)
public boolean getVerifyHostname()
public void setVerifyHostname(boolean verifyHostname)