public final class SSLOptions extends Bindable
Modifier and Type | Field and Description |
---|---|
static String |
KEY_STORE |
static String |
KEY_STORE_PWD |
static String |
TRUST_STORE |
static String |
TRUST_STORE_PWD |
Constructor and Description |
---|
SSLOptions() |
Modifier and Type | Method and Description |
---|---|
String |
getKeyStoreLocation() |
char[] |
getKeyStorePassword() |
String |
getTrustStoreLocation() |
char[] |
getTrustStorePassword() |
void |
setKeyStoreLocation(String keyStoreLocation) |
void |
setKeyStorePassword(char[] keyStorePassword) |
void |
setTrustStoreLocation(String trustStoreLocation) |
void |
setTrustStorePassword(char[] trustStorePassword) |
Properties |
toProperties()
Returns properties
|
String |
toString() |
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, removePropertyChangeListener, removePropertyChangeListener
public static final String KEY_STORE
public static final String KEY_STORE_PWD
public static final String TRUST_STORE
public static final String TRUST_STORE_PWD
public String getKeyStoreLocation()
public void setKeyStoreLocation(String keyStoreLocation)
public char[] getKeyStorePassword()
public void setKeyStorePassword(char[] keyStorePassword)
public String getTrustStoreLocation()
public void setTrustStoreLocation(String trustStoreLocation)
public char[] getTrustStorePassword()
public void setTrustStorePassword(char[] trustStorePassword)
public Properties toProperties()
Copyright © 2016 Eclipse Paho. All rights reserved.