Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果可能的话,有人可以向我发布使用 xpath 或 xslt 转换的 xades4j 签名示例吗?
例如:如果我有这个文件:
<a> <b>text</b> <c>zzz</c> <b>yyy</b> </a>
我想要一个只签名b元素的 xades 签名,谢谢。
有关转换的文档中有一节。
此外,还有一个包含算法定义的包,包括XPath 转换,您可以在定义签名数据对象时使用它。
在您的示例中,您可能希望 aDataObjectReference带有一个空 URI(整个文档),然后XPathTransform带有一个像 /a/b 这样的表达式。
DataObjectReference
XPathTransform