Class VaultProperties.Ssl
java.lang.Object
org.springframework.cloud.vault.config.VaultProperties.Ssl
- Enclosing class:
VaultProperties
SSL properties.
- Author:
- Spencer Gibb, Mark Paluch, Kevin Holditch, Michal Budzyn, Grenville Wilson, MÃ¥rten Svantesson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.core.io.Resourceorg.springframework.core.io.ResourcevoidsetCertAuthPath(String certAuthPath) voidsetEnabledCipherSuites(List<String> enabledCipherSuites) voidsetEnabledProtocols(List<String> enabledProtocols) voidsetKeyStore(org.springframework.core.io.Resource keyStore) voidsetKeyStorePassword(String keyStorePassword) voidsetKeyStoreType(String keyStoreType) voidsetTrustStore(org.springframework.core.io.Resource trustStore) voidsetTrustStorePassword(String trustStorePassword) voidsetTrustStoreType(String trustStoreType)
-
Constructor Details
-
Ssl
public Ssl()
-
-
Method Details
-
getKeyStore
@Nullable public org.springframework.core.io.Resource getKeyStore() -
setKeyStore
public void setKeyStore(@Nullable org.springframework.core.io.Resource keyStore) -
getKeyStorePassword
-
setKeyStorePassword
-
getKeyStoreType
-
setKeyStoreType
-
getTrustStore
@Nullable public org.springframework.core.io.Resource getTrustStore() -
setTrustStore
public void setTrustStore(@Nullable org.springframework.core.io.Resource trustStore) -
getTrustStorePassword
-
setTrustStorePassword
-
getTrustStoreType
-
setTrustStoreType
-
getCertAuthPath
-
setCertAuthPath
-
getEnabledProtocols
-
setEnabledProtocols
-
getEnabledCipherSuites
-
setEnabledCipherSuites
-