资源简介
代码是基于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版
相关资源
-
MediaPla
yerDemo - 安卓手机发送短信最简源码Demo
- 百度地图选点定位demo
- think_demo.rar
- 银联云闪付最新文档和demo.zip
- 期货风控软件知富接口及demo代码
- cordova 插件Demo工程
- modbus一个测试客户端与服务端及一个
- fragment简单的切换页面demo
- Nohttp json传递的demo
- content provider实现数据共享demo内有两个
- jtopo网站源码资源(api+demo)
-
apk加壳demo,对包含布局xm
l和图片资 - 安卓app自动更新demo
- FeedDemon汉化+破解
- QT完整的读取电子书小demo
- 精简版黑白棋demo-Qt
- MiniMapDemo
- seodemo.rar
- UGUI 滑动翻页Demo
- CTP api开发资料大全api,demo,文档
- 运行官方微信支付demo超详细
- EPLAN练习图例
- vue_ntko_demo.zip
- 国标28181(GB28181)2016版本测试demo
- echarts 最全地图json加demo
- 绿幕抠图绿幕合成Demo
- ssm框架搭建的demo,非常简洁
- TC26X GPT12DEMO
- mxgraphDemo
评论
共有 条评论