Class AerospikeTLSPolicyConfig

java.lang.Object
com.aerospike.jdbc.tls.AerospikeTLSPolicyConfig

public class AerospikeTLSPolicyConfig extends Object
  • Constructor Details

    • AerospikeTLSPolicyConfig

      public AerospikeTLSPolicyConfig()
  • Method Details

    • fromProperties

      public static AerospikeTLSPolicyConfig fromProperties(Properties props)
    • getEnabled

      public boolean getEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getStoreType

      public String getStoreType()
    • setStoreType

      public void setStoreType(String storeType)
    • getKeystorePath

      public String getKeystorePath()
    • setKeystorePath

      public void setKeystorePath(String keystorePath)
    • getKeystorePassword

      public String getKeystorePassword()
    • setKeystorePassword

      public void setKeystorePassword(String keystorePassword)
    • getKeyPassword

      public String getKeyPassword()
    • setKeyPassword

      public void setKeyPassword(String keyPassword)
    • getTruststorePath

      public String getTruststorePath()
    • setTruststorePath

      public void setTruststorePath(String truststorePath)
    • getTruststorePassword

      public String getTruststorePassword()
    • setTruststorePassword

      public void setTruststorePassword(String truststorePassword)
    • getForLoginOnly

      public Boolean getForLoginOnly()
    • setForLoginOnly

      public void setForLoginOnly(Boolean forLoginOnly)
    • getAllowedCiphers

      public String[] getAllowedCiphers()
    • setAllowedCiphers

      public void setAllowedCiphers(String allowedCiphers)
    • getAllowedProtocols

      public String[] getAllowedProtocols()
    • setAllowedProtocols

      public void setAllowedProtocols(String allowedProtocols)