JAVA PARAMS SECURE

Format: [true|false]
Default: (false)

If true, and if the page is loaded over SSL, will attempt to use secure communication with the server. This does not guarantee a secure connection but it will attempt to establish one. A secured lock icon will appear if the client can establish a secure link to the server.

Examples:
In a web page:
<param name="secure" value="true">

In a param file:
secure=true