Xades4j verification - Cannot create a null:null from a http://www.w3.org/2000/09/xmldsig#
问题 Im trying to write program which should verify XML sign using xades4j library. I have something like this: public static void verify() throws Exception { FileSystemDirectoryCertStore certStore = new FileSystemDirectoryCertStore("C:\\(...)"); KeyStore trustAnchors = KeyStore.getInstance("jks"); trustAnchors.load(null); CertificateValidationProvider certValidator = new PKIXCertificateValidationProvider(trustAnchors, false, certStore.getStore()); XadesVerificationProfile p = new