Class VaultProperties.Ssl

java.lang.Object
org.springframework.cloud.vault.config.VaultProperties.Ssl
Enclosing class:
VaultProperties

public static class VaultProperties.Ssl extends Object
SSL properties.
Author:
Spencer Gibb, Mark Paluch, Kevin Holditch, Michal Budzyn, Grenville Wilson, MÃ¥rten Svantesson
  • 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

      @Nullable public String getKeyStorePassword()
    • setKeyStorePassword

      public void setKeyStorePassword(@Nullable String keyStorePassword)
    • getKeyStoreType

      @Nullable public String getKeyStoreType()
    • setKeyStoreType

      public void setKeyStoreType(@Nullable String keyStoreType)
    • getTrustStore

      @Nullable public org.springframework.core.io.Resource getTrustStore()
    • setTrustStore

      public void setTrustStore(@Nullable org.springframework.core.io.Resource trustStore)
    • getTrustStorePassword

      @Nullable public String getTrustStorePassword()
    • setTrustStorePassword

      public void setTrustStorePassword(@Nullable String trustStorePassword)
    • getTrustStoreType

      @Nullable public String getTrustStoreType()
    • setTrustStoreType

      public void setTrustStoreType(@Nullable String trustStoreType)
    • getCertAuthPath

      public String getCertAuthPath()
    • setCertAuthPath

      public void setCertAuthPath(String certAuthPath)
    • getEnabledProtocols

      public List<String> getEnabledProtocols()
    • setEnabledProtocols

      public void setEnabledProtocols(List<String> enabledProtocols)
    • getEnabledCipherSuites

      public List<String> getEnabledCipherSuites()
    • setEnabledCipherSuites

      public void setEnabledCipherSuites(List<String> enabledCipherSuites)