All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.t.util.security.message.digitalsign.rsa.package-info Maven / Gradle / Ivy

There is a newer version: 1.0.16.RELEASE
Show newest version
package cn.t.util.security.message.digitalsign.rsa;

/**
 * RSA数字签名
 * 

* 使用过程: * 1.发送方构建密钥对 * 2.发送方公布密钥 * 3.发送方使用私钥对数据进行签名 * 4.发送方发送签名、数据 * 5.接收方使用公钥、签名验证数据 */





© 2015 - 2024 Weber Informatics LLC | Privacy Policy