public class InboundWebsocketSSLConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
InboundWebsocketSSLConfiguration.SSLConfigurationBuilder |
Constructor and Description |
---|
InboundWebsocketSSLConfiguration(File keyStore,
String keyStorePass) |
Modifier and Type | Method and Description |
---|---|
String |
getCertPass() |
File |
getKeyStore() |
String |
getKeyStorePass() |
File |
getTrustStore() |
String |
getTrustStorePass() |
InboundWebsocketSSLConfiguration |
setCertPass(String certPass) |
InboundWebsocketSSLConfiguration |
setTrustStore(File trustStore) |
InboundWebsocketSSLConfiguration |
setTrustStorePass(String trustStorePass) |
public String getCertPass()
public InboundWebsocketSSLConfiguration setCertPass(String certPass)
public File getTrustStore()
public InboundWebsocketSSLConfiguration setTrustStore(File trustStore)
public String getTrustStorePass()
public InboundWebsocketSSLConfiguration setTrustStorePass(String trustStorePass)
public File getKeyStore()
public String getKeyStorePass()
Copyright © 2017 WSO2. All rights reserved.