swift-ssl-pin-examples:固定示例以关注博客文章

时间:2024-06-18 08:44:32
【文件属性】:

文件名称:swift-ssl-pin-examples:固定示例以关注博客文章

文件大小:184KB

文件格式:ZIP

更新时间:2024-06-18 08:44:32

Swift

Swift 中的 SSL 固定 带有和不带有 Alamofire 的 iOS 中 SSL 固定的代码示例。 此处的博客文章中的更多信息: : 方法 1 - 使用 Alamofire DetailViewController+Alamofire.swift 此示例演示了如何使用 Alamofire 中可用的最基本的固定方法,几乎​​总是如此,这对于您的用例来说就足够了。 方法 2 - 在 Alamofire 中使用自定义策略管理器 DetailViewController+CustomPolicyManager.swift 此方法演示了更细粒度的固定,并恢复了 AFNetworking 过去所做的行为 - 拒绝任何尚未固定的域的连接。 方法 3 - URLSessionDelegate DetailViewController+URLSessionDelegate.swift


【文件预览】:
swift-ssl-pin-examples-master
----Pods()
--------Manifest.lock(245B)
--------Target Support Files()
--------Alamofire()
--------Pods.xcodeproj()
----Podfile.lock(245B)
----Podfile(255B)
----README.md(2KB)
----SSL-Pinning()
--------Info.plist(2KB)
--------AppDelegate.swift(1KB)
--------ListViewController.swift(989B)
--------PinMethod.swift(238B)
--------DetailViewController.swift(2KB)
--------Certificates()
--------DetailViewController+CustomPolicyManager.swift(3KB)
--------Base.lproj()
--------DetailViewController+URLSessionDelegate.swift(4KB)
--------Assets.xcassets()
--------DetailViewController+Alamofire.swift(2KB)
--------SceneDelegate.swift(2KB)
----SSL-Pinning.xcworkspace()
--------xcshareddata()
--------contents.xcworkspacedata(229B)
----SSL-Pinning.xcodeproj()
--------project.pbxproj(20KB)
----.gitignore(3KB)

网友评论