Java Web Start and Security

爷,独闯天下 提交于 2019-12-04 10:19:56

Your applet will have to be signed by a well known Certificate Authority (CA).

You could use any of them (Digicert, Thawte, Verisign, etc...)

The CAs will have instructions on how you go about getting your jar file signed.

Here is the documentation from Digicert:

Java Code Signing Certificate Guide - Digitally Sign Code for Java Applets with Integrated Identity Assurance

trashgod

Using the approach outlined here, I continue to deploy open-source Swing applications from a trusted site using a self signed certificate. Checking the SHA1 fingerprint ensures that I receive the JAR I signed, without relaxing security. This Subway simulation is a complete example.

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