项目作者: universitatjaumei

项目描述 :
用于高级数字签名创建的Java小程序
高级语言: Java
项目地址: git://github.com/universitatjaumei/cryptoapplet.git
创建时间: 2014-03-13T12:17:13Z
项目社区:https://github.com/universitatjaumei/cryptoapplet

开源协议:

下载


CryptoApplet

CryptoApplet is a Java applet for advanced digital signature creation developed by the Universitat Jaume I. The procedure is very simple: given a data input and a configuration determined by the server, the web client will create a digital signature of the data. The representation of the signature is obtained in the format specified in the configuration.

Screenshot

The signature representation formats supported by CryptoApplet are the following:

  • Raw signature.
  • CMS/PKCS#7.
  • XML: from XML Signature to XAdES-X-L.
  • PDF: PAdES signature with timestamp.
  • ODT: XML Signature.

Certificate management is done transparently for the user through direct access to CryptoAPI, if we are using Microsoft Internet Explorer, or to PKCS#11 if we are using Firefox (either in Windows or GNU/Linux). Stored certificates can also be used if the client system has the Clauer software installed.

The applet can also be executed in Windows, GNU/Linux or MacOSX, the only requirement is to have a Sun’s Java Virtual Machine (version 1.6 o higher) installed.

You can find more information in the official documentation or posting your questions in our public mailing list at Google Groups