xades4j
xades4j copied to clipboard
A Java library for XAdES signature services
Hi! The internal service of my country for electronic billing established a especific format for the values of the diferent attributes from the nodes. In especif, have to be generated...
We're using your library in AIX environment, that uses IBM JDK. When i run tests on our servers i notice a large number of failures (30 errors). Most of them...
Hi there, I found this library years ago, when its source code was in google code. - Firstly I just want to ask why the project has not include complete...
Following [this question in S.O.](https://stackoverflow.com/questions/50392193/creating-new-signer-throws-xadesprofileresolutionexception-android-xades4j), we need to investigate the reason for the exception. Is it actually possible to run xades4j as is on Android? Full strack trace: https://pastebin.com/DXPG91DV. Sample...
``` For validation of long term signatures, xades4j needs to know when specific hash functions, algorithms and algorithm parameters are considered insecure. For example, signature based on a certificate with...
``` CA certificates may loose their validity before their "best before" date because of compromise, cease of operation, etc. To properly validate signatures using certificates issued by such CA we...
``` I don't know about quirks in other countries, but Polish law requires that the CRL or OCSP response been created at least an hour after the signature has been...
Need migrate to BC Api for the reason that it provides more flexibile, extensible and manual-drived functional. Also it will have provided crossplatform for differents JDK implementations. See [Issues-166](https://github.com/luisgoncalves/xades4j/issues/166), [Issues-107](https://github.com/luisgoncalves/xades4j/issues/107)
``` While the library can create XAdES-X and XAdES-X-L forms by extending XAdES-C document it can't validate them. Related: issue 18. What version of the product are you using? On...
``` Library doesn't support extending previous forms to -A form. Since in Issue 55 we have support for both creation and validation of XAdES up to and including X-L form,...