| Modifier and Type | Field and Description | 
|---|---|
| boolean | enabledEnables SSL. | 
| String | keyCertChainFileThe X.509 certificate chain file in PEM format. | 
| String | keyFileThe PKCS#8 private key file in PEM format. | 
| String | keyPasswordThe password of the  keyFile, ornullif it's not password-protected. | 
| String | trustCertChainFileTrusted certificates for verifying the remote endpoint's certificate. | 
| Constructor and Description | 
|---|
| SslSettings() | 
public boolean enabled
keyCertChainFile and the keyFile.public String keyCertChainFile
public String keyFile
public String keyPassword
keyFile, or null if it's not password-protected.public String trustCertChainFile
null uses the system default.Copyright © 2013–2015 Apache Software Foundation. All rights reserved.