程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 網頁編程 >> JSP編程 >> 關於JSP >> java applet 簽名和認證 ---大致過程和我的問題

java applet 簽名和認證 ---大致過程和我的問題

編輯:關於JSP

在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

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved