0

我需要设置海关承诺类型(当然是 xades4j)。

我看了一下lib,我觉得这是不可能的。
承诺类型是最终的。

.withCommitmentType( AllDataObjsCommitmentTypeProperty commitment )
And AllDataObjsCommitmentTypeProperty  is a final class.
The same for the individual commitments.

我的解释正确吗?

在 xades4j 中扩展这种可能性是否有意义?

4

1 回答 1

1

您正在寻找一种方法来指定CommitmentTypeQualifiersXAdES 第 7.2.6 节中定义的方法?还是只需要更改承诺类型标识符?如果是后者并且标识符是 URI,那么两者AllDataObjsCommitmentTypeProperty都有CommitmentTypeProperty一个可以使用的构造函数。如果不是,你是对的。

在当前架构上支持承诺指示属性上的任意“无类型”参数并不容易。我必须看看使用一些现有的可扩展点或使用其他方法是否可行。你有什么建议吗?

于 2014-10-14T18:14:37.413 回答