digidoc4j icon indicating copy to clipboard operation
digidoc4j copied to clipboard

DigiDoc for Java. Javadoc:

Results 19 digidoc4j issues
Sort by recently updated
recently updated
newest added

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.3 to 2.13.4.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.13.3&new-version=2.13.4.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

I'm trying to create BDOC container with B_EPES profile and tested adding invalid signature. I have following code for signing: ``` var dataToSign = SignatureBuilder .aSignature(bDocContainer) .withSignatureProfile(SignatureProfile.B_EPES) .withSigningCertificate(certificate) .withSignatureDigestAlgorithm(DigestAlgorithm.SHA256) .buildDataToSign();...

Hi! Creating this issue as recommended by @rsarendus in https://github.com/open-eid/digidoc4j/pull/112 Here's my problem with digidoc4j 5.0.0: 1. create an asice container with a large file (250mb) and a small file...

Opening an existing container with signatures in the current version will trigger loading each file fully in memory. If any of the files does not fit, then the loader will...

Like is recommended, we call `tsl.refresh()` manually on the app start. However, if there is no cache yet and the first request fails, the library does not remember that it...

Currently there is an upper limit to the size of signable data files, related to the servers available memory. The problem is, that in byte[] org.digidoc4j.DataFile.calculateDigestInternal(DigestAlgorithm digestAlgorithm), the digest calculation...

Using Digidoc4j: 4.3.0 Container: bdoc Filename = jagamine + müük.pdf Validation error: `Cannot get the pointed bytes by a reference with uri='jagamine%20+%20m%C3%BC%C3%BCk.pdf'. Reason : [Unable to find document 'jagamine müük.pdf'...

It creates its own ExecutorService and threads, but it should use the one provided by Configuration class.

TSL tries to use the proxy without auth and fails. TSP and OCSP respect proxy auth.

Resulting in the following logs in system error every time: ```[Fatal Error] :1:1: Content is not allowed in prolog.``` This message is written by Xerces (included in the JDK), as...