搜索资源列表
signcert
- 输入“java SignCert jim.cer >1.txt”运行程序,则程序将从密钥库中取出CA的私钥对lf.cer证书进行签名,输出结果已重定向到文件1.txt中,打开1.txt文件,可以看到如下有关新的证书的信息。 -type "java SignCert jim.cer
证书安装源代码
- cer证书的导入源代码
cer
- 使用RSACryptoServiceProvider和X509Certificate2进行证书加密解密-RSACryptoServiceProvider and X509Certificate2 use for certificate encryption and decryption
icxodnik
- Extract lines from *.cer
CertInfo
- 采用Openssl提取cer格式证书的相关信息,代码简单易懂-Cer format uses Openssl to extract information about certificates, the code is simple to understand
READ-CERT
- 这是一个解析X509证书的例子,运行后将xx.cer证书文件分解成一个详细的结构体,使用微软自带的CSP服务实现,编译环境VC6.0-This is an example of analytic X509 certificates, after the operation will be xx. The cer certificate files into a detailed structure, using Microsoft s own CSP service implementation
数字签名、数字证书分析与Java实现
- 创建数字证书,更新数字证书,RSA私钥签名,公钥解密,验证数字签名,合并图章到另找一张图片(Create CER;Edit CER;RSASignature;Check Signature;Combine Pics)