查找

讨论 (0)1
登录或注册以继续
文章
· 九月 19, 2024 阅读大约需 2 分钟

第二十九章 添加数字签名 - 指定 KeyInfo 的规范化方法

第二十九章 添加数字签名 - 指定 <KeyInfo>的规范化方法

默认情况下,<KeyInfo> 元素使用Exclusive XML Canonicalization进行规范化, 元素包括以下内容:

<CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#">

要使用包容性 XML 规范化来规范化此元素,请执行以下操作:

 Set sig.SignedInfo.CanonicalizationMethod.Algorithm=$$$SOAPWSc14n

其中 sig%XML.Security.Signature 的实例。

在这种情况下, <KeyInfo> 包含以下内容:

讨论 (0)1
登录或注册以继续
问题
· 九月 19, 2024

Input Redirection

Hello, I try to develop a REST interface where I need to interact with legacy MUMPS routines. How can I pass in input to a Read without modifying the legacy code?

I think in linux I can execute command < inputfile to read from file, but how does it work in ObjectScript?

7 Comments
讨论 (7)5
登录或注册以继续
讨论 (4)1
登录或注册以继续
公告
· 九月 19, 2024

[Video] What Are Embeddings?

Hi, Community!

Want to dive deeper into the concepts of vector searches and embeddings? Learn from an InterSystems expert:

What Are Embeddings?

In this video, @Patrick Sulin, Lead Solutions Developer, gives an approachable introduction to:

  • The origins and nature of vector embeddings
  • How vector embeddings are created and used
  • The relationship between vector embeddings and large language models (LLMs)
  • The challenges of modeling language, as well as its potential

Continue with the full learning path on developing generative AI applications (2h).

讨论 (0)1
登录或注册以继续