Package com.aerospike.jdbc.tls
Class AerospikeTLSPolicyConfig
java.lang.Object
com.aerospike.jdbc.tls.AerospikeTLSPolicyConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AerospikeTLSPolicyConfigfromProperties(Properties props) String[]String[]booleanvoidsetAllowedCiphers(String allowedCiphers) voidsetAllowedProtocols(String allowedProtocols) voidsetEnabled(boolean enabled) voidsetForLoginOnly(Boolean forLoginOnly) voidsetKeyPassword(String keyPassword) voidsetKeystorePassword(String keystorePassword) voidsetKeystorePath(String keystorePath) voidsetStoreType(String storeType) voidsetTruststorePassword(String truststorePassword) voidsetTruststorePath(String truststorePath)
-
Constructor Details
-
AerospikeTLSPolicyConfig
public AerospikeTLSPolicyConfig()
-
-
Method Details
-
fromProperties
-
getEnabled
public boolean getEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getStoreType
-
setStoreType
-
getKeystorePath
-
setKeystorePath
-
getKeystorePassword
-
setKeystorePassword
-
getKeyPassword
-
setKeyPassword
-
getTruststorePath
-
setTruststorePath
-
getTruststorePassword
-
setTruststorePassword
-
getForLoginOnly
-
setForLoginOnly
-
getAllowedCiphers
-
setAllowedCiphers
-
getAllowedProtocols
-
setAllowedProtocols
-