【问题标题】:Is there any equivalent to iOS of these Cocoa Security Classes? [closed]这些 Cocoa 安全类是否有与 iOS 等价的东西? [关闭]
【发布时间】:2014-07-17 07:25:33
【问题描述】:

Cocoa 在 Security 框架上提供了很多 iOS 缺乏的功能,比如:

<Security/CMSDecoder.h>
<Security/SecAsn1Coder.h>
<Security/SecAsn1Templates.h>
<Security/SecRequirement.h>

是否有任何框架/库/类可用于 iOS 项目来替换它们并提供相同的功能?

【问题讨论】:

  • 您找到解决方案了吗?
  • 不,我在接受的答案上结束了使用解决方案。

标签: ios cocoa class frameworks


【解决方案1】:

iOS 中有一个 security.framework。这将允许您进行散列、AES、CC3 等。

【讨论】:

  • 但不如可可的完整。
  • 检查 文件。
猜你喜欢
  • 2011-08-13
  • 2022-01-10
  • 2018-05-26
  • 2014-10-14
  • 2012-12-30
  • 2020-07-21
  • 1970-01-01
  • 2010-11-28
  • 2021-09-17
相关资源
最近更新 更多