搜索资源列表
digitalSignature
- 利用JAVA实现的数字签名程序,内附JAVA源代码及详细注释-JAVA achieved using a digital signature process, enclosing the JAVA source code and detailed notes
Javaencrypton
- 数字签名系统JAVA,数字签名在传输邮件,电子公函等方面用途也很广泛。-Digital signature system, JAVA, digital signature in the transmission e-mail, e-letters, etc. are also very wide.
Java.III.CodePermissions
- 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
chongzai
- 关于重载重载:在一个类定义中,可以编写几个同名的方法,但是只要它们的签名参数列表不同,Java就会将它们看做唯一的方法。 简单的说:一个类中的方法与另一个方法同名,但是参数表不同,这种方法称之为重载方法。-With regard to overloading overloading: In a class definition, you can write a few of the same name method, but as long as they are different f
md5
- 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
elgamal
- encryption and decryption algorithm for digital signature in java
DevWebServicesWithApacheAxis
- It is a good guide to webservice development introduce in java. Include wsdl, soap,signature/encrypted and so on.
license-java-learning
- license机制有以下的主要功能点: Ø 应用程序可以创建以及验证绑定给用户、系统等实体的license。 Ø 防止用户随意拷贝软件和license。 Ø licenses可以是永久性的或者临时性的(在某个特定时期内有效) Ø licenses的验证由JAVA Security API提供的数字签名机制来实现。 Ø license安装模块需要用特殊机制对其进行保护,以防被反编译轻易破解。 -T
TestTargetNew
- Specifies the signature of the API method that is being tested, in terms of Java classes. /.
FileSearch-First_release
- FileSearch This application find all files and copy only files with specified suffix (type). Application reading file signature in hex and compare with specified template. In uational version, supported only exe and apk files. U can ch
b3log-solo
- b3log Java 开源博客基于标签的文章分类 可导入其他博客服务的文章 同步管理(发布/更新/删除)其他博客服务的文章 同步发布文章到腾讯微博 Ping Google Blog Search Engine 博客/标签 Atom Feed 输出 评论回复及邮件提醒 自定义页面 置顶/相关/随机/站外相关文章 文章、页面永久链接(Permalink) 文章草稿夹、签名档、 有更新 提示
新版面试题整理
- 3.重写和重载的特点和区别? a)重载 简单说,就是函数或者方法有同样的名称,但是参数列表不相同的情形,这样的同名不同参数的函数或者方法之间,互相称之为重载函数或者方法。 b)重写 重写指的是在Java的子类与父类中有两个名称、参数列表和返回值类型都相同的方法的情况。由于他们具有相同的方法签名,所以子类中的新方法将覆盖父类中原有的方法。 重写是父类与子类之间的多态性,对父类的函数进行重新定义。 c)区别(features and differences in rewriting an
JAVA-springMVC-weixin
- 和许多第三方服务器接入类似,微信服务器接入同样需要一个加解密的过程。当我们填好配置信息后微信服务器发起一个GET请求到我们在公众平台配置的服务器url地址,微信方将带上signature,timestamp,nonce,echostr四个参数,我们自己服务器通过拼接公众平台配置的token,以及传上来的timestamp,nonce进行SHA1加密后匹配signature,返回ture说明接入成功。(Similar to many third party server access, WeCha
axis2
- This book is suitable for those who would like to learn how to develop web services in Java.(This book is suitable for those who would like to learn how to develop web services in Java.If you'd like to learn how to create web services (in particula
CMPP2.0 JAVA代码+模拟器
- 1). 拿到接口参数,也就是第一点(有点废话的感觉),默认给你10条短信的机会进行测试。 2). 需要绑定好发送IP,否则提示发送成功,但接不到短信 3). 需要加上签名,测试短信格式如:测试信息2,退订回N【京东商城】(代码里面有 test.java中) 4). 本人测试CMPP的速度不是很快,有好几秒甚至几十秒的等待时间(今天进行的测试-2016-09-01) 如果还无法发送,直接找接口方.....(1). Get th