public static class VaultProperties.Ssl extends Object
| Constructor and Description |
|---|
Ssl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCertAuthPath() |
List<String> |
getEnabledCipherSuites() |
List<String> |
getEnabledProtocols() |
org.springframework.core.io.Resource |
getKeyStore() |
String |
getKeyStorePassword() |
String |
getKeyStoreType() |
org.springframework.core.io.Resource |
getTrustStore() |
String |
getTrustStorePassword() |
String |
getTrustStoreType() |
void |
setCertAuthPath(String certAuthPath) |
void |
setEnabledCipherSuites(List<String> enabledCipherSuites) |
void |
setEnabledProtocols(List<String> enabledProtocols) |
void |
setKeyStore(org.springframework.core.io.Resource keyStore) |
void |
setKeyStorePassword(String keyStorePassword) |
void |
setKeyStoreType(String keyStoreType) |
void |
setTrustStore(org.springframework.core.io.Resource trustStore) |
void |
setTrustStorePassword(String trustStorePassword) |
void |
setTrustStoreType(String trustStoreType) |
@Nullable public org.springframework.core.io.Resource getKeyStore()
public void setKeyStore(@Nullable
org.springframework.core.io.Resource keyStore)
@Nullable public String getKeyStorePassword()
public void setKeyStorePassword(@Nullable
String keyStorePassword)
@Nullable public String getKeyStoreType()
public void setKeyStoreType(@Nullable
String keyStoreType)
@Nullable public org.springframework.core.io.Resource getTrustStore()
public void setTrustStore(@Nullable
org.springframework.core.io.Resource trustStore)
@Nullable public String getTrustStorePassword()
public void setTrustStorePassword(@Nullable
String trustStorePassword)
@Nullable public String getTrustStoreType()
public void setTrustStoreType(@Nullable
String trustStoreType)
public String getCertAuthPath()
public void setCertAuthPath(String certAuthPath)
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.