public class SecureSessionProperties extends Object implements Serializable
| Constructor and Description |
|---|
SecureSessionProperties(JCSMPSecureProtocolSocketFactory factory)
Constructs a
SecureSessionProperties object allowing
specification of JCSMPSecureProtocolSocketFactory. |
SecureSessionProperties(URL truststoreUrl,
String truststorePassword)
Constructs a
SecureSessionProperties object. |
| Modifier and Type | Method and Description |
|---|---|
JCSMPSecureProtocolSocketFactory |
getJCSMPSecureProtocolFactory()
Get the
JCSMPSecureProtocolSocketFactory. |
SSLContext |
getSSLContext()
Returns the created SSL Context if available.
|
public SecureSessionProperties(URL truststoreUrl, String truststorePassword)
SecureSessionProperties object.truststoreUrl - the URL to the TrustStore.truststorePassword - the passphrase to the TrustStore.public SecureSessionProperties(JCSMPSecureProtocolSocketFactory factory)
SecureSessionProperties object allowing
specification of JCSMPSecureProtocolSocketFactory.factory - the JCSMPSecureProtocolSocketFactory to use.public JCSMPSecureProtocolSocketFactory getJCSMPSecureProtocolFactory()
JCSMPSecureProtocolSocketFactory.JCSMPSecureProtocolSocketFactorypublic SSLContext getSSLContext()
Copyright 2004-2019 Solace Corporation. All rights reserved.