Class HttpClientConfig.SecurityConfig
java.lang.Object
com.netflix.spinnaker.kork.plugins.api.httpclient.HttpClientConfig.SecurityConfig
- Enclosing class:
- HttpClientConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()setCipherSuites(List<String> cipherSuites) setKeyStorePassword(String keyStorePassword) setKeyStorePath(Path keyStorePath) setKeyStoreType(String keyStoreType) setTlsVersions(List<String> tlsVersions) setTrustStorePassword(String trustStorePassword) setTrustStorePath(Path trustStorePath) setTrustStoreType(String trustStoreType)
-
Constructor Details
-
SecurityConfig
public SecurityConfig()
-
-
Method Details
-
getKeyStorePath
-
setKeyStorePath
-
getTrustStorePath
-
setTrustStorePath
-
getKeyStorePassword
-
setKeyStorePassword
-
getTrustStorePassword
-
setTrustStorePassword
-
getKeyStoreType
-
setKeyStoreType
-
getTrustStoreType
-
setTrustStoreType
-
getTlsVersions
-
setTlsVersions
-
getCipherSuites
-
setCipherSuites
-
equals
-
hashCode
public int hashCode()
-