CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - java Signature

搜索资源列表

  1. java_DigitalSign

    2下载:
  2. 实用数字签名的步骤 (1)发送方使用MD5算法对原始信息进行计算,获得一个固定长度的信息摘要 (2)发送方用自己的私钥加密生成的信息生成发送方的数字签名,发送方把这个数字签名作为发送信息的附件和明文信息,一同用接收方的公钥进行加密,将加密后的密文一同发送给接收方; (3)接收方首先把接收到的密文用自己的私钥解密,得到明文信息和数字签名,再用发送方的公钥对数字签名进行解密,然后使用相同的单向散列算法来计算解密得到的明文信息,得到信息摘要;对比计算出来的信息摘要和发送方发送过来的信息摘要
  3. 所属分类:Java Develop

    • 发布日期:2015-11-02
    • 文件大小:23.26kb
    • 提供者:张云
  1. digitalSignature

    0下载:
  2. 利用JAVA实现的数字签名程序,内附JAVA源代码及详细注释-JAVA achieved using a digital signature process, enclosing the JAVA source code and detailed notes
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:15.91kb
    • 提供者:Keliven
  1. DSA

    0下载:
  2. java写的DSA数字签名算法,是密码学中的典型算法-java wrote DSA Digital Signature Algorithm is Cryptography typical algorithm
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-27
    • 文件大小:8.34kb
    • 提供者:赵欢
  1. JAVAencryptoncod

    0下载:
  2. 数字签名的另一个Java代码实例,相信下载了一定有用。-Digital signature of another example of Java code, I believe that some useful downloads.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:741byte
    • 提供者:w
  1. DSA_applet

    0下载:
  2. java applet implementing the digital signature algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:4.02kb
    • 提供者:mizmiz
  1. Java.III.CodePermissions

    0下载:
  2. Code permissions in Java can be granted by 2 criterias - Location and Signer. The resulting permission set is the union of all grants, which are applicable to a class. Checks are performed only imperatively, in code, and new permissions ca
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:3.29kb
    • 提供者:neo
  1. Java.III.DataSigning

    0下载:
  2. Java allows configuring multiple JCE providers, and looks up requested algorithms by name. This example shows generating RSA signatures with variable digests, and verification of the signed text by the means of RSA public key. An explanati
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:2.84kb
    • 提供者:neo
  1. tSignature

    0下载:
  2. 这里以对字符串的签名和验证为例,说明数字签名函数用法。算法为MD5WITHRSA.-Here for the signature and verification of the string as an example to illustrate usage of the digital signature function. Algorithm MD5WITHRSA.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:1.12kb
    • 提供者:mengmeng
  1. md5

    0下载:
  2. MD5 签名算法在 jdk 中早已实现(如 MessageDigest 类), 出于稳定性考虑,此处直接展示如何用这个类将密码进行MD5加密。-MD5 signature algorithm has already achieved in the jdk (if MessageDigest class), for stability considerations, here directly show how this class will be MD5 encrypted password
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:3.49kb
    • 提供者:史韩
  1. java

    0下载:
  2. java做的签名程序,非常好用,大家可以看一下-java program to do the signature, very easy to use, we can look
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:307.18kb
    • 提供者:
  1. elgamal

    0下载:
  2. encryption and decryption algorithm for digital signature in java
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:7.35kb
    • 提供者:tuls
  1. java

    0下载:
  2. 本文件主要是java安全通信的代码包括:md5 密码加密与验证 对称加密与解密 非对称加密以解密 基于MD5信息摘要算法实现密码加密与验证 凯撒加密算法 数字签名与验证 消息验证码 消息摘要(都经过调试无错误)-java security of communications, including: md5 password encryption and authentication of non-symmetric encryption and decryption based on symme
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-23
    • 文件大小:507.29kb
    • 提供者:qiao
  1. hmm

    0下载:
  2. DIGITAL SIGNATURE LAGIE
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:13.24kb
    • 提供者:karin
  1. Digital-signature

    0下载:
  2. 用java 语言实现数字签名的介绍文档,对于初学数字签名的朋友,很有帮助-Digital signature
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:185.92kb
    • 提供者:cl
  1. license-java-learning

    0下载:
  2. license机制有以下的主要功能点: Ø 应用程序可以创建以及验证绑定给用户、系统等实体的license。 Ø 防止用户随意拷贝软件和license。 Ø licenses可以是永久性的或者临时性的(在某个特定时期内有效) Ø licenses的验证由JAVA Security API提供的数字签名机制来实现。 Ø license安装模块需要用特殊机制对其进行保护,以防被反编译轻易破解。 -T
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:95.08kb
    • 提供者:彪汉
  1. Digital-signature

    0下载:
  2. java实现数字签名功能 完成对数据完整性的保护-java digital signature features complete protection of data integrity
  3. 所属分类:Java Develop

    • 发布日期:2017-11-15
    • 文件大小:1.88kb
    • 提供者:jason
  1. signature

    0下载:
  2. 用java实现数字签名,可以实现两台电脑之间的加密解密,确保信息的安全-Using java to achieve a digital signature can be achieved between the two computer encryption and decryption, to ensure the security of information
  3. 所属分类:JavaScript

    • 发布日期:2017-11-17
    • 文件大小:2.86kb
    • 提供者:lily
  1. signature

    0下载:
  2. java html5+ 手写签名 源码-java html5+ handwritten signature source
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-29
    • 文件大小:491.08kb
    • 提供者:孙晨晨
  1. sig-doc

    0下载:
  2. java signature algorithe please find attachmneta-java signature algorithe please find attachmnetass
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-17
    • 文件大小:4.48mb
    • 提供者:Ajay
  1. JAVA-springMVC-weixin

    1下载:
  2. 和许多第三方服务器接入类似,微信服务器接入同样需要一个加解密的过程。当我们填好配置信息后微信服务器发起一个GET请求到我们在公众平台配置的服务器url地址,微信方将带上signature,timestamp,nonce,echostr四个参数,我们自己服务器通过拼接公众平台配置的token,以及传上来的timestamp,nonce进行SHA1加密后匹配signature,返回ture说明接入成功。(Similar to many third party server access, WeCha
  3. 所属分类:JavaScript/JQuery

    • 发布日期:2018-01-03
    • 文件大小:112kb
    • 提供者:zrd001
« 12 3 »
搜珍网 www.dssz.com