- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://commons.apache.org/sandbox/openpgp/
- 软件文档: http://commons.apache.org/sandbox/openpgp/apidocs/index.html
软件介绍
Commons OpenPGP 项目的目的是提供一个统一的简单的应用接口来验证 OpenPGP 的签名。
示例代码:
verifier = new BouncyCastleOpenPgpSignatureVerifier();
verifier.verifyDetachedSignature(
getClass().getResourceAsStream( "/test-input" ), // binary input file
signature, // inputstream for the signature
keyRing,
true );
Agile Web Development with Rails, Third Edition
Sam Ruby、Dave Thomas、David Heinemeier Hansson / Pragmatic Bookshelf / 2009-03-17 / USD 43.95
Rails just keeps on changing. Rails 2, released in 2008, brings hundreds of improvements, including new support for RESTful applications, new generator options, and so on. And, as importantly, we’ve a......一起来看看 《Agile Web Development with Rails, Third Edition》 这本书的介绍吧!
