适用于 iOS 的 EUDI 钱包存储库

重要提示! 在继续之前,请阅读 EUDI 钱包参考实现项目说明


EUDI ISO 18013-5 iOS 钱包存储库

License Swift Lines of Code Duplicated Lines (%) Reliability Rating Vulnerabilities

初始实现提供了用于钱包文档的钥匙串存储

入门

KeyChainStorageService 类提供了在 iOS 钥匙串中存储文档的功能。

    // serviceName - the name of the service (container) to be used for keychain storage
    // accessGroup - the access group to be used for keychain storage. If nil, the default access group will be used. It can be not null to share storage access with other applications.
	let keyChainObj = KeyChainStorageService(serviceName: serviceName, accessGroup: accessGroup)

文档

详细文档参考请点击此处

免责声明

发布的软件是初始开发版本

许可详细信息

版权所有 (c) 2023 欧盟委员会

根据 Apache License, Version 2.0(“许可证”)获得许可; 除非符合许可证,否则您不得使用此文件。 您可以在以下位置获得许可证的副本:

https://apache.ac.cn/licenses/LICENSE-2.0

除非适用法律要求或书面同意,否则软件是按“原样”分发的,不附带任何形式的保证或条件,无论是明示的还是暗示的。 请参阅许可证,了解有关权限和限制的特定语言。