Appearance of Java Security dialog

久未见 提交于 2019-11-26 04:28:37

问题


The Java Security dialog is shown when loading a signed applet.

What does the Java Security dialog look like?


回答1:


The security dialog might appear differently (and have different text) depending on the circumstances, but it looks roughly as above.

If the 'digital signature cannot be verified' as in that message in the dialog, then:

  • Always trust will default to false.
  • It will be ignored even if selected.
  • No Name or Publisher will appear. That image shows the prompt as it appears in older JREs.

Here is how the NASA World Wind prompt appears in a Java 7 JRE for a verified certificate that has expired. The plug-in will also not tick the Always allow check-box by default.



来源:https://stackoverflow.com/questions/12986333/appearance-of-java-security-dialog

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!