资源简介
代码是基于GMSSL的国密SM9算法。包括签名,密钥交换,加密,解密。demo直接运行就可以,有相关测试数据。

代码片段和文件信息
//
// AppDelegate.m
// DomesticCryptographyAlgorithm
//
// Created by zhangyazhou on 2018/12/3.
// Copyright © 2018 zhangyazhou. All rights reserved.
//
#import “AppDelegate.h“
@interface AppDelegate ()
@end
@implementation AppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
// Override point for customization after application launch.
return YES;
}
- (void)applicationWillResignActive:(UIApplication *)application {
// Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
// Use this method to pause ongoing tasks disable timers and invalidate graphics rendering callbacks. Games should use this method to pause the game.
}
- (void)applicationDidEnterBackground:(UIApplication *)application {
// Use this method to release shared resources save user data invalidate timers and store enough application state information to restore your application to its current state in case it is terminated later.
// If your application supports background execution this method is called instead of applicationWillTerminate: when the user quits.
}
- (void)applicationWillEnterForeground:(UIApplication *)application {
// Called as part of the transition from the background to the active state; here you can undo many of the changes made on entering the background.
}
- (void)applicationDidBecomeActive:(UIApplication *)application {
// Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background optionally refresh the user interface.
}
- (void)applicationWillTerminate:(UIApplication *)application {
// Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
}
@end
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-12-06 14:56 DomesticCryptographyAlgorithm\
文件 882 2018-12-06 14:37 DomesticCryptographyAlgorithm\user.pem
目录 0 2019-01-18 11:05 __MACOSX\
目录 0 2019-01-18 11:05 __MACOSX\DomesticCryptographyAlgorithm\
文件 228 2018-12-06 14:37 __MACOSX\DomesticCryptographyAlgorithm\._user.pem
文件 8196 2018-12-06 17:16 DomesticCryptographyAlgorithm\.DS_Store
文件 120 2018-12-06 17:16 __MACOSX\DomesticCryptographyAlgorithm\._.DS_Store
目录 0 2018-12-03 15:56 DomesticCryptographyAlgorithm\DomesticCryptographyAlgorithmTests\
文件 990 2018-12-03 15:56 DomesticCryptographyAlgorithm\DomesticCryptographyAlgorithmTests\DomesticCryptographyAlgorithmTests.m
目录 0 2019-01-18 11:05 __MACOSX\DomesticCryptographyAlgorithm\DomesticCryptographyAlgorithmTests\
文件 171 2018-12-03 15:56 __MACOSX\DomesticCryptographyAlgorithm\DomesticCryptographyAlgorithmTests\._DomesticCryptographyAlgorithmTests.m
文件 701 2018-12-03 15:56 DomesticCryptographyAlgorithm\DomesticCryptographyAlgorithmTests\Info.plist
文件 798 2018-12-05 10:13 DomesticCryptographyAlgorithm\build-public.cer
文件 228 2018-12-05 10:13 __MACOSX\DomesticCryptographyAlgorithm\._build-public.cer
目录 0 2019-01-18 10:54 DomesticCryptographyAlgorithm\DomesticCryptographyAlgorithm.xcodeproj\
文件 79551 2019-01-18 10:54 DomesticCryptographyAlgorithm\DomesticCryptographyAlgorithm.xcodeproj\project.pbxproj
目录 0 2018-12-03 15:56 DomesticCryptographyAlgorithm\DomesticCryptographyAlgorithm.xcodeproj\xcuserdata\
目录 0 2018-12-03 17:59 DomesticCryptographyAlgorithm\DomesticCryptographyAlgorithm.xcodeproj\xcuserdata\zhangyazhou.xcuserdatad\
目录 0 2018-12-04 14:48 DomesticCryptographyAlgorithm\DomesticCryptographyAlgorithm.xcodeproj\xcuserdata\zhangyazhou.xcuserdatad\xcdebugger\
文件 3501 2018-12-04 14:48 DomesticCryptographyAlgorithm\DomesticCryptographyAlgorithm.xcodeproj\xcuserdata\zhangyazhou.xcuserdatad\xcdebugger\Breakpoints_v2.xcbkptlist
目录 0 2018-12-24 18:02 DomesticCryptographyAlgorithm\DomesticCryptographyAlgorithm.xcodeproj\xcuserdata\zhangyazhou.xcuserdatad\xcschemes\
文件 4563 2018-12-24 18:02 DomesticCryptographyAlgorithm\DomesticCryptographyAlgorithm.xcodeproj\xcuserdata\zhangyazhou.xcuserdatad\xcschemes\DomesticCryptographyAlgorithm.xcscheme
文件 681 2018-12-24 17:59 DomesticCryptographyAlgorithm\DomesticCryptographyAlgorithm.xcodeproj\xcuserdata\zhangyazhou.xcuserdatad\xcschemes\xcschememanagement.plist
目录 0 2018-12-03 15:56 DomesticCryptographyAlgorithm\DomesticCryptographyAlgorithm.xcodeproj\project.xcworkspace\
文件 174 2018-12-03 15:56 DomesticCryptographyAlgorithm\DomesticCryptographyAlgorithm.xcodeproj\project.xcworkspace\contents.xcworkspacedata
目录 0 2018-12-03 15:56 DomesticCryptographyAlgorithm\DomesticCryptographyAlgorithm.xcodeproj\project.xcworkspace\xcuserdata\
目录 0 2018-12-04 14:48 DomesticCryptographyAlgorithm\DomesticCryptographyAlgorithm.xcodeproj\project.xcworkspace\xcuserdata\zhangyazhou.xcuserdatad\
文件 43278 2018-12-04 14:48 DomesticCryptographyAlgorithm\DomesticCryptographyAlgorithm.xcodeproj\project.xcworkspace\xcuserdata\zhangyazhou.xcuserdatad\UserInterfaceState.xcuserstate
目录 0 2018-12-03 15:56 DomesticCryptographyAlgorithm\DomesticCryptographyAlgorithm.xcodeproj\project.xcworkspace\xcshareddata\
文件 238 2018-12-03 15:56 DomesticCryptographyAlgorithm\DomesticCryptographyAlgorithm.xcodeproj\project.xcworkspace\xcshareddata\IDEWorkspaceChecks.plist
目录 0 2019-01-18 11:05 __MACOSX\DomesticCryptographyAlgorithm\DomesticCryptographyAlgorithm.xcodeproj\
............此处省略437个文件信息
- 上一篇:myeclipse汉化教程.rar
- 下一篇:浪潮之巅 清晰pdf版
相关资源
- 易语言播放器组件无缝转换(Demo2.e)
- cc2541 BLE DEMO
- stm32f030 IAP Demo(原创)
- 代码客:G-TcpServer(IOCP) 1.0 正式版及
- CListCtrlExDemo.rar
- 易语言-海康威视SDK-DEMO
- ssm框架登录注册demo
- RK3399 DEMO官方原厂 PCB 原理图以及周边
- MQTT推送Demo
- 微信小程序驾照考试题库demo完整
- redisson的demo
- bootstrap demo 源码大全
- springboot+rabbitmq项目demo(亲测可正常运
- 美松打印机SDK MsPrintSDK-Demo-DLL-CShare-
- 基于pytorch的UNet_demo实现及训练自己的
- 百度API车牌识别DEMO.rar
- stm32f105-usart-DMA收发demo
- springboot+webflux+mongodb+freemarker
- springboot整合activiti完整demo
- RFID读写demo
- 以鼠标位置为中心的滑轮放大功能d
- 基于Zxing的二维码条形码扫描和生成
- 手机基站数据Demo
- iOS Swift简单Demo
- 海康摄像头+web3.0开发包SDK的demo
- 微信小程序开发视频+demo
- 海康SDK delphi demo
- SAML协议交互,实现工程Demo有注释
- 增值税发票电子发票导入接口规范官
- 海康监控视频接入视频demo及操作手册
评论
共有 条评论