我试图验证 XML 签名。
根据 本教程效果很好。
但我需要使用 X509 证书公钥而不是密钥值来验证 XML。但是 大多数他们使用 KeyStore 类来验证 xml 的示例。
这是获取 x509 证书公钥进行验证的唯一方法吗?但是我需要在不使用任何密钥库类/任何 JKS 文件的情况下验证 xml
I was trying to validate an XML signature.
The validation according to this tutorial works fine.
but i need to validate the XML using X509 Certificate public key instead of key value.but most the examples they have used KeyStore class for validating the xml.
is this the only way to get x509 certificate public key to validate.but i need to validate the xml without using any keystore class/any JKS file
发布评论