CA.def
上传用户:dengkfang
上传日期:2008-12-30
资源大小:5233k
文件大小:1k
源码类别:

CA认证

开发平台:

Visual C++

  1. ; CA.def : Declares the module parameters for the DLL.
  2. LIBRARY      "CA"
  3. DESCRIPTION  'CA Windows Dynamic Link Library'
  4. EXPORTS
  5.     ; Explicit exports can go here
  6. CertFormatConver ;编码转换
  7. ParsePfx ;分解P12包文件
  8. CreatePfx ;创建P12包文件
  9. ChangePfxPwd ;修改密码P12包文件
  10. MakeRoot ;创建自签名证书(根证书)
  11. MakeReq ;创建证书请求文件
  12. MakeCert ;创建证书文件
  13. DirectCert ;直接创建公私钥(内存)
  14. MakeCrl ;生成黑名单
  15. CertPairCheck ;检验公钥、私钥是否配对
  16. CheckCertWithCrl ;黑名单验证证书
  17. CheckCertWithRoot ;根证书验证证书
  18. CheckCertLife ;检查证书有效期
  19. CreateP7b ;创建P7格式证书
  20. ParseP7b ;分解P7为公钥证书或(和)CRL或(和)更改P7格式