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 |
isEnabled() |
void |
setAlgorithm(String sslAlgorithm) |
void |
setEnabled(boolean enabled) |
void |
setKeyStore(String keyStore) |
void |
setKeyStorePassword(String keyStorePassword) |
void |
setTrustStore(String trustStore) |
void |
setTrustStorePassword(String trustStorePassword) |
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)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.