Class SslConfig
- java.lang.Object
-
- io.debezium.connector.cassandra.network.SslConfig
-
public class SslConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCIPHER_SUITESprivate Propertiesconfigsstatic StringDEFAULT_KEY_MANAGER_ALGORITHMstatic StringDEFAULT_KEY_STORE_TYPEstatic StringDEFAULT_TRUST_MANAGER_ALGORITHMstatic StringDEFAULT_TRUST_STORE_TYPEstatic StringKEY_MANAGER_ALGORITHMstatic StringKEY_STORE_LOCATIONstatic StringKEY_STORE_PASSWORDstatic StringKEY_STORE_TYPEstatic StringTRUST_MANAGER_ALGORITHMstatic StringTRUST_STORE_LOCATIONstatic StringTRUST_STORE_PASSWORDstatic StringTRUST_STORE_TYPE
-
Constructor Summary
Constructors Constructor Description SslConfig(Properties configs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcipherSuites()StringgetKeyManagerAlgorithm()StringkeyStoreLocation()StringkeyStorePassword()StringkeyStoreType()StringtrustManagerAlgorithm()StringtrustStoreLocation()StringtrustStorePassword()StringtrustStoreType()
-
-
-
Field Detail
-
KEY_STORE_LOCATION
public static final String KEY_STORE_LOCATION
- See Also:
- Constant Field Values
-
KEY_STORE_PASSWORD
public static final String KEY_STORE_PASSWORD
- See Also:
- Constant Field Values
-
KEY_STORE_TYPE
public static final String KEY_STORE_TYPE
- See Also:
- Constant Field Values
-
DEFAULT_KEY_STORE_TYPE
public static final String DEFAULT_KEY_STORE_TYPE
- See Also:
- Constant Field Values
-
TRUST_STORE_LOCATION
public static final String TRUST_STORE_LOCATION
- See Also:
- Constant Field Values
-
TRUST_STORE_PASSWORD
public static final String TRUST_STORE_PASSWORD
- See Also:
- Constant Field Values
-
TRUST_STORE_TYPE
public static final String TRUST_STORE_TYPE
- See Also:
- Constant Field Values
-
DEFAULT_TRUST_STORE_TYPE
public static final String DEFAULT_TRUST_STORE_TYPE
- See Also:
- Constant Field Values
-
KEY_MANAGER_ALGORITHM
public static final String KEY_MANAGER_ALGORITHM
- See Also:
- Constant Field Values
-
DEFAULT_KEY_MANAGER_ALGORITHM
public static final String DEFAULT_KEY_MANAGER_ALGORITHM
- See Also:
- Constant Field Values
-
TRUST_MANAGER_ALGORITHM
public static final String TRUST_MANAGER_ALGORITHM
- See Also:
- Constant Field Values
-
DEFAULT_TRUST_MANAGER_ALGORITHM
public static final String DEFAULT_TRUST_MANAGER_ALGORITHM
- See Also:
- Constant Field Values
-
CIPHER_SUITES
public static final String CIPHER_SUITES
- See Also:
- Constant Field Values
-
configs
private Properties configs
-
-
Constructor Detail
-
SslConfig
public SslConfig(Properties configs)
-
-
Method Detail
-
keyStoreLocation
public String keyStoreLocation()
-
keyStorePassword
public String keyStorePassword()
-
keyStoreType
public String keyStoreType()
-
getKeyManagerAlgorithm
public String getKeyManagerAlgorithm()
-
trustStoreLocation
public String trustStoreLocation()
-
trustStorePassword
public String trustStorePassword()
-
trustStoreType
public String trustStoreType()
-
trustManagerAlgorithm
public String trustManagerAlgorithm()
-
cipherSuites
public String cipherSuites()
-
-