public class SslSocketSender extends AbstractSocketSender
Constructor and Description |
---|
SslSocketSender() |
Modifier and Type | Method and Description |
---|---|
String |
getKeyStore()
Gets the SSL key store location.
|
String |
getKeyStorePassword()
Gets the SSL key store password.
|
String |
getTrustStore()
Gets the SSL trust store location.
|
String |
getTrustStorePassword()
Gets the SSL trust store password.
|
SslSocketSender |
setKeyStore(String keyStore)
Sets the SSL key store location.
|
SslSocketSender |
setKeyStorePassword(String keyStorePassword)
Sets the SSL key store password.
|
SslSocketSender |
setTrustStore(String trustStore)
Sets the SSL trust store location.
|
SslSocketSender |
setTrustStorePassword(String trustStorePassword)
Sets the SSL trust store password.
|
doClose, doInit, doSend, postSend, preSend
close, getTarget, getTarget, init, isKeepConnection, safeGetTarget, send, setKeepConnection, setTarget
public String getKeyStore()
public SslSocketSender setKeyStore(String keyStore)
keyStore
- The SSL key store location.public String getKeyStorePassword()
public SslSocketSender setKeyStorePassword(String keyStorePassword)
keyStorePassword
- The SSL key store password.public String getTrustStore()
public SslSocketSender setTrustStore(String trustStore)
trustStore
- The SSL trust store location.public String getTrustStorePassword()
public SslSocketSender setTrustStorePassword(String trustStorePassword)
trustStorePassword
- The SSL trust store password.Copyright © 2010–2017 PerfCake Community. All rights reserved.