readme
来自「java 的关于web serive教程」· 代码 · 共 19 行
TXT
19 行
This is a simple example of validating an XML Signature using theJSR 105 API. The example assumes the validating key is containedin a KeyValue KeyInfo element in the XML Signature.Command Line Usage: $ export JWSDP_HOME=<pathname to JWSDP> $ $JWSDP_HOME/apache-ant/bin/ant This will validate the signature in the file envelopedSignature.xml in the current working directory. To validate a different signature, run as follows: $ $JWSDP_HOME/apache-ant/bin/ant -Dsample.args="signature.xml" where "signature.xml" is the pathname of the file.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?