public class SslConfiguration extends Object
| Constructor and Description |
|---|
SslConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyCertChainFile() |
String |
getKeyFile() |
String |
getKeyPassword() |
String |
getTrustCertChainFile() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setKeyCertChainFile(String keyCertChainFile) |
void |
setKeyFile(String keyFile) |
void |
setKeyPassword(String keyPassword) |
void |
setTrustCertChainFile(String trustCertChainFile) |
public boolean isEnabled()
public void setEnabled(boolean enabled)
public String getTrustCertChainFile()
public void setTrustCertChainFile(String trustCertChainFile)
public String getKeyCertChainFile()
public void setKeyCertChainFile(String keyCertChainFile)
public String getKeyFile()
public void setKeyFile(String keyFile)
public String getKeyPassword()
public void setKeyPassword(String keyPassword)
Copyright © 2017. All rights reserved.