2013年6月3日

*.cer 文件是否包含私钥的问答

摘要: Q:Using java 'keytool' command we generate a private key and public key and also we can export the public key to a .cer file. Now my question is can a .cer file contain a private key. My impression is .cer is a public key certificate that can contain only public key but not private key. Some 阅读全文

posted @ 2013-06-03 14:52 齐文宣 阅读(2022) 评论(0) 推荐(0)

转----cer文件和pfx文件的区别

摘要: 作为文件形式存在的证书一般有这几种格式: 1.带有私钥的证书 由Public Key Cryptography Standards #12,PKCS#12标准定义,包含了公钥和私钥的二进制格式的证书形式,以pfx作为证书文件后缀名。 2.二进制编码的证书 证书中没有私钥,DER 编码二进制格式的证书文件,以cer作为证书文件后缀名。 3.Base64编码的证书证书中没有私钥,BASE64 编码格式的证书文件,也是以cer作为证书文件后缀名。由定义可以看出,只有pfx格式的数字证书是包含有私钥的,cer格式的数字证书里面只有公钥没有私钥。 在pfx证书的导入过程中有一项是“标志此密钥... 阅读全文

posted @ 2013-06-03 13:52 齐文宣 阅读(3587) 评论(0) 推荐(0)

导航