public static class RabbitProperties.Ssl extends Object
Constructor and Description |
---|
Ssl() |
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm() |
String |
getKeyStore() |
String |
getKeyStorePassword() |
String |
getTrustStore() |
String |
getTrustStorePassword() |
Boolean |
getVerifyHostname() |
boolean |
isEnabled() |
boolean |
isValidateServerCertificate() |
void |
setAlgorithm(String sslAlgorithm) |
void |
setEnabled(boolean enabled) |
void |
setKeyStore(String keyStore) |
void |
setKeyStorePassword(String keyStorePassword) |
void |
setTrustStore(String trustStore) |
void |
setTrustStorePassword(String trustStorePassword) |
void |
setValidateServerCertificate(boolean validateServerCertificate) |
void |
setVerifyHostname(Boolean verifyHostname) |
public boolean isEnabled()
public void setEnabled(boolean enabled)
public String getKeyStore()
public void setKeyStore(String keyStore)
public String getKeyStorePassword()
public void setKeyStorePassword(String keyStorePassword)
public String getTrustStore()
public void setTrustStore(String trustStore)
public String getTrustStorePassword()
public void setTrustStorePassword(String trustStorePassword)
public String getAlgorithm()
public void setAlgorithm(String sslAlgorithm)
public boolean isValidateServerCertificate()
public void setValidateServerCertificate(boolean validateServerCertificate)
public Boolean getVerifyHostname()
public void setVerifyHostname(Boolean verifyHostname)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.