public abstract class StoreSSLConfigurationOptions extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
sslKeyManagerAlgorithm |
protected String |
sslKeyManagerProvider |
protected String |
sslKeyPassword |
protected String |
sslKeyStorePassword |
protected String |
sslKeyStorePath |
protected String |
sslKeyStoreProvider |
protected String |
sslKeyStoreType |
protected String |
sslSecurityProtocol |
protected String |
sslTrustManagerAlgorithm |
protected String |
sslTrustManagerProvider |
protected String |
sslTrustStorePassword |
protected String |
sslTrustStorePath |
protected String |
sslTrustStoreProvider |
protected String |
sslTrustStoreType |
Constructor and Description |
---|
StoreSSLConfigurationOptions(String configPrefix) |
protected String sslSecurityProtocol
protected String sslTrustStorePath
protected String sslTrustStorePassword
protected String sslTrustStoreType
protected String sslTrustStoreProvider
protected String sslTrustManagerAlgorithm
protected String sslTrustManagerProvider
protected String sslKeyStorePath
protected String sslKeyStorePassword
protected String sslKeyStoreProvider
protected String sslKeyPassword
protected String sslKeyStoreType
protected String sslKeyManagerAlgorithm
protected String sslKeyManagerProvider
public StoreSSLConfigurationOptions(String configPrefix)
public String getSslSecurityProtocol()
public void setSslSecurityProtocol(String sslSecurityProtocol)
sslSecurityProtocol
- the sslSecurityProtocol to setpublic String getSslTrustStorePath()
public void setSslTrustStorePath(String sslTrustStorePath)
sslTrustStorePath
- the sslTrustStorePath to setpublic String getSslTrustStorePassword()
public void setSslTrustStorePassword(String sslTrustStorePassword)
sslTrustStorePassword
- the sslTrustStorePassword to setpublic String getSslTrustStoreType()
public void setSslTrustStoreType(String sslTrustStoreType)
sslTrustStoreType
- the sslTrustStoreType to setpublic String getSslTrustStoreProvider()
public void setSslTrustStoreProvider(String sslTrustStoreProvider)
sslTrustStoreProvider
- the sslTrustStoreProvider to setpublic String getSslTrustManagerAlgorithm()
public void setSslTrustManagerAlgorithm(String sslTrustManagerAlgorithm)
sslTrustManagerAlgorithm
- the sslTrustManagerAlgorithm to setpublic String getSslTrustManagerProvider()
public void setSslTrustManagerProvider(String sslTrustManagerProvider)
sslTrustManagerProvider
- the sslTrustManagerProvider to setpublic String getSslKeyStorePath()
public void setSslKeyStorePath(String sslKeyStorePath)
sslKeyStorePath
- the sslKeyStorePath to setpublic String getSslKeyStorePassword()
public void setSslKeyStorePassword(String sslKeyStorePassword)
sslKeyStorePassword
- the sslKeyStorePassword to setpublic String getSslKeyStoreProvider()
public void setSslKeyStoreProvider(String sslKeyStoreProvider)
sslKeyStoreProvider
- the sslKeyStoreProvider to setpublic String getSslKeyPassword()
public void setSslKeyPassword(String sslKeyPassword)
sslKeyPassword
- the sslKeyPassword to setpublic String getSslKeyStoreType()
public void setSslKeyStoreType(String sslKeyStoreType)
sslKeyStoreType
- the sslKeyStoreType to setpublic String getSslKeyManagerAlgorithm()
public void setSslKeyManagerAlgorithm(String sslKeyManagerAlgorithm)
sslKeyManagerAlgorithm
- the sslKeyManagerAlgorithm to setpublic String getSslKeyManagerProvider()
public void setSslKeyManagerProvider(String sslKeyManagerProvider)
sslKeyManagerProvider
- the sslKeyManagerProvider to setpublic boolean saveProperties(Properties existingProps)
Copyright © 2013–2022. All rights reserved.