public static class KafkaProperties.Ssl extends Object
Constructor and Description |
---|
Ssl() |
Modifier and Type | Method and Description |
---|---|
String |
getKeyPassword() |
Resource |
getKeystoreLocation() |
String |
getKeystorePassword() |
Resource |
getTruststoreLocation() |
String |
getTruststorePassword() |
void |
setKeyPassword(String keyPassword) |
void |
setKeystoreLocation(Resource keystoreLocation) |
void |
setKeystorePassword(String keystorePassword) |
void |
setTruststoreLocation(Resource truststoreLocation) |
void |
setTruststorePassword(String truststorePassword) |
public String getKeyPassword()
public void setKeyPassword(String keyPassword)
public Resource getKeystoreLocation()
public void setKeystoreLocation(Resource keystoreLocation)
public String getKeystorePassword()
public void setKeystorePassword(String keystorePassword)
public Resource getTruststoreLocation()
public void setTruststoreLocation(Resource truststoreLocation)
public String getTruststorePassword()
public void setTruststorePassword(String truststorePassword)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.