Uses of Class
com.iizix.prop.SSLCommProps
Packages that use SSLCommProps
Uses of SSLCommProps in com.iizigo.ssl
Constructors in com.iizigo.ssl with parameters of type SSLCommPropsModifierConstructorDescriptionSSLSettingsComposite
(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 SSLCommPropsModifierConstructorDescriptionClientInstance
(PropFactory propFactory, String host, int port, String wsURI, SSLCommProps sslProps, boolean isVerbose, IClientInstanceListener clientListener) Constructor.Uses of SSLCommProps in com.iizix.prop
Methods in com.iizix.prop that return SSLCommPropsModifier and TypeMethodDescriptionSSLCommProps.clone()
Clones the settings.SocketCommProps.createSecureProps()
Creates or gets the secure properties.SocketCommProps.getSecureProps()
Gets the secure properties.To check for secure communication, useisSecure()
.Methods in com.iizix.prop with parameters of type SSLCommPropsModifier and TypeMethodDescriptionvoid
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 SSLCommPropsModifier and TypeMethodDescriptionprotected SSLCommProps
NonUIClient.createSSLProps
(DestinationServer destination) The SSL properties, null for plain communication.protected final SSLCommProps
NonUIClient.getSSLProperties()
Gets the SSL properties for this instance.Methods in com.iizix.test.client with parameters of type SSLCommPropsModifier and TypeMethodDescriptionprotected void
NonUIClient.configureSSLProps
(SSLCommProps sslProps, DestinationServer destination) Configures the SSL properties for the destination server.protected final void
NonUIClient.setSSLProperties
(SSLCommProps sslProps) Assigns the SSL properties.