public class ForestSSLKeyStoreProperties extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
certPass |
protected String |
cipherSuites |
protected String |
file |
protected String |
hostnameVerifier |
protected String |
id |
protected String |
keystorePass |
protected String |
protocols |
protected String |
sslSocketFactoryBuilder |
protected String |
trustManager |
protected KeyStore |
trustStore |
protected String |
type |
| 构造器和说明 |
|---|
ForestSSLKeyStoreProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCertPass() |
String |
getCipherSuites() |
String |
getFile() |
String |
getHostnameVerifier() |
String |
getId() |
String |
getKeystorePass() |
String |
getProtocols() |
String |
getSslSocketFactoryBuilder() |
String |
getTrustManager() |
KeyStore |
getTrustStore() |
String |
getType() |
void |
setCertPass(String certPass) |
void |
setCipherSuites(String cipherSuites) |
void |
setFile(String file) |
void |
setHostnameVerifier(String hostnameVerifier) |
void |
setId(String id) |
void |
setKeystorePass(String keystorePass) |
void |
setProtocols(String protocols) |
void |
setSslSocketFactoryBuilder(String sslSocketFactoryBuilder) |
void |
setTrustManager(String trustManager) |
void |
setTrustStore(KeyStore trustStore) |
void |
setType(String type) |
protected String id
protected String type
protected String file
protected String keystorePass
protected String certPass
protected KeyStore trustStore
protected String protocols
protected String cipherSuites
protected String trustManager
protected String hostnameVerifier
protected String sslSocketFactoryBuilder
public String getId()
public void setId(String id)
public String getType()
public void setType(String type)
public String getFile()
public void setFile(String file)
public String getKeystorePass()
public void setKeystorePass(String keystorePass)
public String getCertPass()
public void setCertPass(String certPass)
public KeyStore getTrustStore()
public void setTrustStore(KeyStore trustStore)
public String getProtocols()
public void setProtocols(String protocols)
public String getCipherSuites()
public void setCipherSuites(String cipherSuites)
public String getTrustManager()
public void setTrustManager(String trustManager)
public String getHostnameVerifier()
public void setHostnameVerifier(String hostnameVerifier)
public String getSslSocketFactoryBuilder()
public void setSslSocketFactoryBuilder(String sslSocketFactoryBuilder)
Copyright © 2023. All rights reserved.