public static class KafkaProperties.Ssl
extends java.lang.Object
| Constructor and Description |
|---|
Ssl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKeyPassword() |
org.springframework.core.io.Resource |
getKeystoreLocation() |
java.lang.String |
getKeystorePassword() |
org.springframework.core.io.Resource |
getTruststoreLocation() |
java.lang.String |
getTruststorePassword() |
void |
setKeyPassword(java.lang.String keyPassword) |
void |
setKeystoreLocation(org.springframework.core.io.Resource keystoreLocation) |
void |
setKeystorePassword(java.lang.String keystorePassword) |
void |
setTruststoreLocation(org.springframework.core.io.Resource truststoreLocation) |
void |
setTruststorePassword(java.lang.String truststorePassword) |
public java.lang.String getKeyPassword()
public void setKeyPassword(java.lang.String keyPassword)
public org.springframework.core.io.Resource getKeystoreLocation()
public void setKeystoreLocation(org.springframework.core.io.Resource keystoreLocation)
public java.lang.String getKeystorePassword()
public void setKeystorePassword(java.lang.String keystorePassword)
public org.springframework.core.io.Resource getTruststoreLocation()
public void setTruststoreLocation(org.springframework.core.io.Resource truststoreLocation)
public java.lang.String getTruststorePassword()
public void setTruststorePassword(java.lang.String truststorePassword)
Copyright © 2010–2023. All rights reserved.