Class VaultProperties.Ssl

  • Enclosing class:
    VaultProperties

    public static class VaultProperties.Ssl
    extends Object
    SSL properties.
    • Constructor Detail

      • Ssl

        public Ssl()
    • Method Detail

      • 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)