I have question about signing java applets. I have self-signed applet. When i open webpage i have security warning dialog, and i have to confirm permissions. Is it possible (for example via SSL certificate or i don’t know, some code certificate) that this dialog will not appear?
I have question about signing java applets. I have self-signed applet. When i open
Share
Only if there is a security bug in the JRE.
If the code is digitally signed using a verified certificate, the security warning will be more mild, the signer identified in the dialog, and
Always Trustmight be checked by default.