@Deprecated public class SecureSessionProperties extends Object implements Serializable
| Constructor and Description |
|---|
SecureSessionProperties(JCSMPSecureProtocolSocketFactory factory)
Deprecated.
|
SecureSessionProperties(URL truststoreUrl,
String truststorePassword)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
JCSMPSecureProtocolSocketFactory |
getJCSMPSecureProtocolFactory()
Deprecated.
|
SSLContext |
getSSLContext()
Deprecated.
|
@Deprecated public SecureSessionProperties(URL truststoreUrl, String truststorePassword)
SecureSessionProperties object.truststoreUrl - the URL to the TrustStore.truststorePassword - the passphrase to the TrustStore.@Deprecated public SecureSessionProperties(JCSMPSecureProtocolSocketFactory factory)
SecureSessionProperties object allowing
specification of JCSMPSecureProtocolSocketFactory.factory - the JCSMPSecureProtocolSocketFactory to use.@Deprecated public JCSMPSecureProtocolSocketFactory getJCSMPSecureProtocolFactory()
JCSMPSecureProtocolSocketFactory.JCSMPSecureProtocolSocketFactory@Deprecated public SSLContext getSSLContext()
Copyright 2004-2021 Solace Corporation. All rights reserved.