搜索资源列表
CertPathValidatorWithCheckerExample
- java的加密样例代码, import java.math.BigInteger import java.security.KeyPair import java.security.cert.* import java.util.* -sample code, import import java.math.BigInteger java.sec urity.KeyPair import java.security
CertPathValidatorWithCheckerExample
- java的加密样例代码, import java.math.BigInteger import java.security.KeyPair import java.security.cert.* import java.util.* -sample code, import import java.math.BigInteger java.sec urity.KeyPair import java.security
GenerateKeyPair
- use bouncycastle to generate RSA keyPair
KeyGeneratorExample
- Java生成密钥、保存密钥的实例源码,通过本源码可以了解到Java如何产生单钥加密的密钥(myKey)、产生双钥的密钥对(keyPair)、如何保存公钥的字节数组、保存私钥到文件privateKey.dat、如何用Java对象序列化保存私钥,通常应对私钥加密后再保存、如何从文件中得到公钥编码的字节数组、如何从字节数组解码公钥-Java to generate a key instance of the source to save th
XmlSignatureCode
- Steps to Install a) Copy the files into a folder say c:\xmlsignature b) Make sure you have enough permission to create files under the folder c) Make sure you have CreditCardInfo.xml in the application directory.
KeyGeneratorExample
- Java生成密钥、保存密钥的实例源码,通过本源码可以了解到Java如何产生单钥加密的密钥(myKey)、产生双钥的密钥对(keyPair)、如何保存公钥的字节数组、保存私钥到文件privateKey.dat、如何用Java对象序列化保存私钥,通常应对私钥加密后再保存、如何从文件中得到公钥编码的字节数组、如何从字节数组解码公钥-Java to generate a key instance of the source to save th
KeyPair
- KeyPair is a container for a public key and a private key.
src
- 实习三 基于RSA的公钥加密 一、实习目的 1、 理解公钥密码算法,熟悉常有的密码算法:RSA、椭圆曲线密码体制 2、 以RSA加密算法为例,掌握公钥密码算法加解密过程的实现。 二、实习内容 以RSA为例,利用java中的相关类实现对指定字符串的加解密。 1、 生成公钥密钥对 (1)利用java中的KeypairGenerator类创建公钥密钥对,利用KeypairGenerator的静态方法getInst