Uses of Class
com.iizix.prop.SSLCommProps
Packages that use SSLCommProps Package Description com.iizigo.ssl com.iizix.comm.client com.iizix.prop com.iizix.test.client Uses of SSLCommProps in com.iizigo.ssl
Constructors in com.iizigo.ssl with parameters of type SSLCommProps Constructor Description SSLSettingsComposite(org.eclipse.swt.widgets.Composite parent, SocketCommProps socketProps, SSLCommProps _props, ISSLSettingsCompositeOwner owner, boolean isEdit)
Create the composite.Uses of SSLCommProps in com.iizix.comm.client
Constructors in com.iizix.comm.client with parameters of type SSLCommProps Constructor Description ClientInstance(PropFactory propFactory, java.lang.String host, int port, java.lang.String wsURI, SSLCommProps sslProps, boolean isVerbose, IClientInstanceListener clientListener)
Constructor.Uses of SSLCommProps in com.iizix.prop
Methods in com.iizix.prop that return SSLCommProps Modifier and Type Method Description SSLCommProps
SSLCommProps. clone()
Clones the settings.SSLCommProps
SocketCommProps. createSecureProps()
Creates or gets the secure properties.SSLCommProps
SocketCommProps. getSecureProps()
Gets the secure properties.To check for secure communication, useisSecure()
.Methods in com.iizix.prop with parameters of type SSLCommProps Modifier and Type Method Description void
SocketCommProps. setSecureProps(SSLCommProps secureProps)
Sets or removed the secure properties.Uses of SSLCommProps in com.iizix.test.client
Methods in com.iizix.test.client that return SSLCommProps Modifier and Type Method Description protected SSLCommProps
NonUIClient. createSSLProps(DestinationServer destination)
The SSL properties, null for plain communication.protected SSLCommProps
NonUIClient. getSSLProperties()
Gets the SSL properties for this instance.Methods in com.iizix.test.client with parameters of type SSLCommProps Modifier and Type Method Description protected void
NonUIClient. configureSSLProps(SSLCommProps sslProps, DestinationServer destination)
Configures the SSL properties for the destination server.protected void
NonUIClient. setSSLProperties(SSLCommProps sslProps)
Assigns the SSL properties.