Uses of Class
com.iizix.prop.SSLCommProps
Uses of SSLCommProps in com.iizigo.ssl
ModifierConstructorDescriptionSSLSettingsComposite
(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
ModifierConstructorDescriptionClientInstance
(PropFactory propFactory, String host, int port, String wsURI, SSLCommProps sslProps, boolean isVerbose, IClientInstanceListener clientListener) Constructor.Uses of SSLCommProps in com.iizix.prop
Modifier 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()
.Modifier and TypeMethodDescriptionvoid
SocketCommProps.setSecureProps
(SSLCommProps secureProps) Sets or removed the secure properties.Uses of SSLCommProps in com.iizix.test.client
Modifier 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.Modifier 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.