简体   繁体   English

用于识别 PSD2 API 通信中的参与者的 QSEALC/QWAC .NET 库

[英]QSEALC/QWAC .NET library for identifying actors in PSD2 API communications

We are looking to extract additional information from QSEALC/QWAC client certificate in primarily .NET Core code.我们希望从 .NET Core 代码中的 QSEALC/QWAC 客户端证书中提取其他信息。 Optionally in golang or nodejs.可选在 golang 或 nodejs 中。

The qualified data (found as an extension to the X509 certificate) is encoded according to ETSI TS 119 495 ( https://www.etsi.org/deliver/etsi_ts/119400_119499/119495/01.03.02_60/ts_119495v010302p.pdf ), and we were unable to find an open implementation available.符合条件的数据(作为 X509 证书的扩展)根据 ETSI TS 119 495 ( https://www.etsi.org/deliver/etsi_ts/119400_119499/119495/01.03.02_60/ts_1194952v.01 ) 和 pdf.01 进行编码我们无法找到可用的开放实现。 We are fine with licensing or cost, as long as the code is inspectable and preferrably open.只要代码是可检查的并且最好是开放的,我们就可以接受许可或成本。

Does anyone know of a QSEALC/QWAC .NET library?有人知道 QSEALC/QWAC .NET 库吗?

You don't need any additional libraries.您不需要任何额外的库。 Because QSEALC and QWAC are just usual X509 certificates.因为 QSEALC 和 QWAC 只是普通的 X509 证书。

You'll find a solution in this question: How do you parse the Subject Alternate Names from an X509Certificate2?您将在以下问题中找到解决方案: 如何从 X509Certificate2 解析主题备用名称?

You just need to use OIDs from the spec you linked.您只需要使用您链接的规范中的 OID。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 .net 核心 web api 路由 ex) 2depth /movies/inception/actors/DiCaprio/ - .net core web api Routing ex) 2depth /movies/inception/actors/DiCaprio/ 在 .NET 核心的共享库中创建一个 API - Creating an API in shared library in .NET Core JSON:API 库,用于 MongoDB in.Net Core - JSON:API library for MongoDB in .Net Core 有没有办法在.NET Core 1.1.2 web api中使用企业库 - Is there a way to use enterprise library in .NET Core 1.1.2 web api 如何在 .NET Core 项目中创建 API 客户端库 - How can I create API client library in .NET Core project 用于编译的#if 语句中的 .NET 框架未识别 net461 - .NET framework in #if statement for compilation is not identifying net461 Net Core API 依赖注入,无需在 API 项目中引用存储库库 - Net Core API Dependency injection without having repository library to be referenced in API project 将HttpModule .Net类库移植到.Net Core Web API - Porting HttpModule .Net Class Library to .Net Core Web API 将 .Net 核心库转换为 .Net 框架库 - Covert .Net Core Library to .Net Framework Library TypeLoadException通过Web API Core应用程序调用.Net Framework库时无法加载类型“WebConfigurationManager” - TypeLoadException Could not load type 'WebConfigurationManager' when calling .Net Framework Library via Web API Core app
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM