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 SSLCommPropsSSLCommProps. clone()Clones the settings.SSLCommPropsSocketCommProps. createSecureProps()Creates or gets the secure properties.SSLCommPropsSocketCommProps. 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 voidSocketCommProps. 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 SSLCommPropsNonUIClient. createSSLProps(DestinationServer destination)The SSL properties, null for plain communication.protected SSLCommPropsNonUIClient. 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 voidNonUIClient. configureSSLProps(SSLCommProps sslProps, DestinationServer destination)Configures the SSL properties for the destination server.protected voidNonUIClient. setSSLProperties(SSLCommProps sslProps)Assigns the SSL properties.