Pesquisar

Resumo
· Set. 30, 2024

Nuevas publicaciones en la Comunidad de InterSystems, 23-29 septiembre

Artículos
#InterSystems IRIS
#InterSystems IRIS for Health
#Portal de ideas de InterSystems
23-29 septiembreWeek at a GlanceInterSystems Developer Community
Resumo
· Set. 30, 2024

InterSystems 开发者出版物,九月 23 - 29, 2024,摘要

文章
#InterSystems IRIS
#InterSystems IRIS for Health
#Caché
问题
#InterSystems IRIS
活动量
按wei su
九月 23 - 29, 2024Week at a GlanceInterSystems Developer Community
Artigo
· Set. 29, 2024 3min de leitura

第三十五章 结合加密和签名

第三十五章 结合加密和签名

可以在同一条消息中加密和签名。在大多数情况下,只需组合前面主题中给出的方法即可。本主题讨论了多种场景。

使用非对称密钥签名并加密

要签名然后加密(使用非对称密钥时),请执行以下操作:

  1. 按照添加数字签名中的步骤进行操作。
  2. 按照加密安全标头元素中的步骤进行操作。

或者按照加密 SOAP 主体中的步骤进行操作。

使用非对称密钥加密并签名

要仅加密 SOAP 主体,然后添加数字签名(使用非对称密钥时),请执行以下操作:

  1. 按照加密 SOAP 主体中的步骤进行操作。
  2. 按照添加数字签名中的步骤进行操作。

要加密任何安全标头元素,然后添加数字签名(使用非对称密钥时),必须使用顶级 <ReferenceList> 元素(在文档的其他地方不需要)。在这种情况下,请执行以下操作:

Discussão (0)1
Entre ou crie uma conta para continuar
Anúncio
· Set. 29, 2024

IPM in VS Code now works for devs who target a Docker container to compile and run their local sources

If you are using the client-side development paradigm (i.e. editing code in local files that get imported and compiled onto the IRIS server your `objectscript.conn` settings point to) you can now use IPM in VS Code to manage the packages in your IRIS target by launching it from the Explorer view. Just make sure the extension you are using is at least version 1.0.4, then use this button:

Thanks to @Evgeny Shvarov for suggesting this enhancement, which is particularly useful when using Docker.

Discussão (0)1
Entre ou crie uma conta para continuar