Commons OpenPGP

码农软件 · 软件分类 · 加密/解密软件包 · 2019-10-01 12:59:49

软件介绍

Commons OpenPGP 项目的目的是提供一个统一的简单的应用接口来验证 OpenPGP 的签名。

示例代码:

verifier = new BouncyCastleOpenPgpSignatureVerifier();

verifier.verifyDetachedSignature(
getClass().getResourceAsStream( "/test-input" ), // binary input file
signature, // inputstream for the signature
keyRing,
true );

本文地址:https://www.codercto.com/soft/d/15800.html

Responsive Web Design

Responsive Web Design

Ethan Marcotte / Happy Cog / 2011-6 / USD 18.00

From mobile browsers to netbooks and tablets, users are visiting your sites from an increasing array of devices and browsers. Are your designs ready? Learn how to think beyond the desktop and craft be......一起来看看 《Responsive Web Design》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具