最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
java applet 签名和认证 ---大致过程和我的问题
时间:2022-07-02 17:25:56 编辑:袖梨 来源:一聚教程网
在java中的 applet 的认证和签名 确实麻烦。。
java.sun.com 的tutorial 上有用apple 在本地写一个文件的例子:
http://java.sun.com/docs/books/tutorial/security1.2/tour1/
但只能用AppletViewer 可以看:
appletviewer http://java.sun.com/docs/books/tutorial/security1.2/tour1/example-1dot2/WriteFile.html
又在[阿费]的帮助下找到可以用ie or Nescape 查看你的applet 的例子:
http://www.intelligentsearch.org/namesearch_from_java.htm#_Toc490550108
大致过程如下::
服务器端:
1。
Compile the java classes --写applet并编译。
javac *.class
2. Place the class files in a JAR file --打包:
jar cvf yourjarname.jar yourdir/*.class
1). Create a Keystore and Keys for signing the JAR file
keytool
java.sun.com 的tutorial 上有用apple 在本地写一个文件的例子:
http://java.sun.com/docs/books/tutorial/security1.2/tour1/
但只能用AppletViewer 可以看:
appletviewer http://java.sun.com/docs/books/tutorial/security1.2/tour1/example-1dot2/WriteFile.html
又在[阿费]的帮助下找到可以用ie or Nescape 查看你的applet 的例子:
http://www.intelligentsearch.org/namesearch_from_java.htm#_Toc490550108
大致过程如下::
服务器端:
1。
Compile the java classes --写applet并编译。
javac *.class
2. Place the class files in a JAR file --打包:
jar cvf yourjarname.jar yourdir/*.class
1). Create a Keystore and Keys for signing the JAR file
keytool
相关文章
- 虚拟币app排行榜 05-02
- 比特币历史最高价 05-02
- TRON是什么币 05-02
- 2025年比特币走势 05-02
- Binance.US已上线VIRTUAL 04-30
- binance官网电脑下载_binance苹果版下载地址V2.57.7 04-30